Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
quopri.py File Reference

Go to the source code of this file.

Namespaces

 quopri
 

Constant Groups

 quopri
 

Functions

def needsquoting
 
def quote
 
def encode
 
def encodestring
 
def decode
 
def decodestring
 
def ishex
 
def unhex
 
def main
 

Variables

list __all__ = ["encode", "decode", "encodestring", "decodestring"]
 
string ESCAPE = '='
 
int MAXLINESIZE = 76
 
string HEX = '0123456789ABCDEF'
 
string EMPTYSTRING = ''
 
 a2b_qp = None
 
 b2a_qp = None