pydoc > uu

📛 NAME

uu — Implementation of the UUencode and UUdecode functions.

🚀 Quick Reference

Use CaseCommandDescription
🔐 Encode binary fileuu.encode(open('input.bin','rb'), open('output.uu','w'))Convert binary to uuencoded ASCII text
🔓 Decode uuencoded fileuu.decode(open('input.uu','r'), open('output.bin','wb'))Restore original binary from uuencoded text

🌐 MODULE REFERENCE

https://docs.python.org/3.10/library/uu.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

📝 DESCRIPTION

📥 encode(in_file, out_file [,name, mode], *, backtick=False)

📤 decode(in_file [, out_file, mode, quiet])

🏗️ CLASSES

Error

Base class: builtins.Exception

Method resolution order:

  1. Error
  2. builtins.Exception
  3. builtins.BaseException
  4. builtins.object

Data descriptors:

🔧 Methods inherited from builtins.Exception:

🔧 Methods inherited from builtins.BaseException:

📌 Data descriptors inherited from builtins.BaseException:

⚙️ FUNCTIONS

📤 decode(in_file, out_file=None, mode=None, quiet=False)

Decode uuencoded file

📥 encode(in_file, out_file, name=None, mode=None, *, backtick=False)

Uuencode file

📊 DATA

__all__ = ['Error', 'encode', 'decode']

📁 FILE

/usr/lib/python3.10/uu.py

uu
📛 NAME 🚀 Quick Reference 🌐 MODULE REFERENCE 📝 DESCRIPTION
📥 encode(in_file, out_file [,name, mode], *, backtick=False) 📤 decode(in_file [, out_file, mode, quiet])
🏗️ CLASSES
❌ Error
⚙️ FUNCTIONS
📤 decode(in_file, out_file=None, mode=None, quiet=False) 📥 encode(in_file, out_file, name=None, mode=None, *, backtick=False)
📊 DATA 📁 FILE

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 16:18 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^