Lines Matching defs:errors
138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
448 def decode(self, input, errors='strict'): argument
681 def __init__(self, stream, Reader, Writer, errors='strict'): argument
776 errors='strict'): argument
871 def open(filename, mode='r', encoding=None, errors='strict', buffering=-1): argument
920 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): argument
1026 def iterencode(iterator, encoding, errors='strict', **kwargs): argument
1044 def iterdecode(iterator, encoding, errors='strict', **kwargs): argument