Python-Dateien

Neu laden
Gefunden: 162 Datei(en)
quopri.py
# Source Generated with Decompyle++
# File: quopri.pyc (Python 3.13)

__all__ = [
    'encode',
    'decode',
    'encodestring',
    'decodestring']
ESCAPE = b'='
MAXLINESIZE = 76
HEX = b'0123456789ABCDEF'
EMPTYSTRING = b''
from binascii import a2b_qp, b2a_qp