Lines Matching defs:errors
132 def encode(self, input, errors='strict'): argument
151 def decode(self, input, errors='strict'): argument
180 def __init__(self, errors='strict'): argument
220 def __init__(self, errors='strict'): argument
224 def _buffer_encode(self, input, errors, final): argument
253 def __init__(self, errors='strict'): argument
302 def __init__(self, errors='strict'): argument
306 def _buffer_decode(self, input, errors, final): argument
340 def __init__(self, stream, errors='strict'): argument
413 def __init__(self, stream, errors='strict'): argument
439 def decode(self, input, errors='strict'): argument
668 def __init__(self, stream, Reader, Writer, errors='strict'): argument
764 errors='strict'): argument
858 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
907 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): argument
1013 def iterencode(iterator, encoding, errors='strict', **kwargs): argument
1031 def iterdecode(iterator, encoding, errors='strict', **kwargs): argument