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

Function decode

Lib/quopri.py:116–157  ·  view source on GitHub ↗

Read 'input', apply quoted-printable decoding, and write to 'output'. 'input' and 'output' are files with readline() and write() methods. If 'header' is true, decode underscore as space (per RFC 1522).

(input, output, header = 0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

decodestringFunction · 0.70
mainFunction · 0.70

Calls 5

ishexFunction · 0.85
unhexFunction · 0.85
readMethod · 0.45
writeMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected