Lines Matching full:strict
14 def zlib_encode(input,errors='strict'):
20 'strict' handling which is the only currently supported
24 assert errors == 'strict'
28 def zlib_decode(input,errors='strict'):
38 'strict' handling which is the only currently supported
42 assert errors == 'strict'
48 def encode(self, input, errors='strict'):
50 def decode(self, input, errors='strict'):
54 def __init__(self, errors='strict'):
55 assert errors == 'strict'
70 def __init__(self, errors='strict'):
71 assert errors == 'strict'