mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
9 lines
285 B
Python
9 lines
285 B
Python
# Stubs for quopri (Python 2)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
def encode(input, output, quotetabs, header=0): ...
|
|
def encodestring(s, quotetabs=0, header=0): ...
|
|
def decode(input, output, header=0): ...
|
|
def decodestring(s, header=0): ...
|