💾 Archived View for tris.fyi › pydoc › uu captured on 2022-03-01 at 15:59:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
Implementation of the UUencode and UUdecode functions. encode(in_file, out_file [,name, mode], *, backtick=False) decode(in_file [, out_file, mode, quiet])
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
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
test() uuencode/uudecode main program