MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / uu_encode

Function uu_encode

Lib/encodings/uu_codec.py:15–42  ·  view source on GitHub ↗

Encodes the object input and returns a tuple (output object, length consumed). errors defines the error handling to apply. It defaults to 'strict' handling which is the only currently supported error handling for this codec.

(input,errors='strict',filename='<data>',mode=0666)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encodeMethod · 0.85
encodeMethod · 0.85

Calls 5

getvalueMethod · 0.95
strFunction · 0.85
StringIOClass · 0.50
writeFunction · 0.50
readFunction · 0.50

Tested by

no test coverage detected