Lines Matching full:strict
15 def bz2_encode(input,errors='strict'):
21 'strict' handling which is the only currently supported
25 assert errors == 'strict'
29 def bz2_decode(input,errors='strict'):
39 'strict' handling which is the only currently supported
43 assert errors == 'strict'
49 def encode(self, input, errors='strict'):
51 def decode(self, input, errors='strict'):
55 def __init__(self, errors='strict'):
56 assert errors == 'strict'
71 def __init__(self, errors='strict'):
72 assert errors == 'strict'