Home | History | Annotate | Download | only in encodings

Lines Matching refs:def

14 def zlib_encode(input,errors='strict'):
28 def zlib_decode(input,errors='strict'):
48 def encode(self, input, errors='strict'):
50 def decode(self, input, errors='strict'):
54 def __init__(self, errors='strict'):
59 def encode(self, input, final=False):
66 def reset(self):
70 def __init__(self, errors='strict'):
75 def decode(self, input, final=False):
82 def reset(self):
93 def getregentry():