Lines Matching full:strict
100 'strict' - raise a ValueError error (or a subclass)
114 def encode(self, input, errors='strict'):
120 'strict' handling.
133 def decode(self, input, errors='strict'):
143 'strict' handling.
162 def __init__(self, errors='strict'):
202 def __init__(self, errors='strict'):
235 def __init__(self, errors='strict'):
284 def __init__(self, errors='strict'):
322 def __init__(self, stream, errors='strict'):
333 'strict' - raise a ValueError (or a subclass)
395 def __init__(self, stream, errors='strict'):
406 'strict' - raise a ValueError (or a subclass)
421 def decode(self, input, errors='strict'):
651 def __init__(self, stream, Reader, Writer, errors='strict'):
747 errors='strict'):
841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1):
860 to 'strict' which causes ValueErrors to be raised in case an
890 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
906 to 'strict' which causes ValueErrors to be raised in case an
996 def iterencode(iterator, encoding, errors='strict', **kwargs):
1014 def iterdecode(iterator, encoding, errors='strict', **kwargs):
1071 strict_errors = lookup_error("strict")