Lines Matching refs:def
15 def bz2_encode(input,errors='strict'):
29 def bz2_decode(input,errors='strict'):
49 def encode(self, input, errors='strict'):
51 def decode(self, input, errors='strict'):
55 def __init__(self, errors='strict'):
60 def encode(self, input, final=False):
67 def reset(self):
71 def __init__(self, errors='strict'):
76 def decode(self, input, final=False):
82 def reset(self):
93 def getregentry():