Home
last modified time | relevance | path

Searched refs:strict_errors (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_codeccallbacks.py390 codecs.strict_errors,
396 codecs.strict_errors,
403 codecs.strict_errors,
408 codecs.strict_errors,
413 codecs.strict_errors,
770 self.assertEqual(codecs.strict_errors, codecs.lookup_error("strict"))
772 self.assertEqual(codecs.strict_errors, codecs.lookup_error("strict"))
1057 codecs.strict_errors,
/third_party/python/Lib/
Dcodecs.py1097 strict_errors = lookup_error("strict") variable
1105 strict_errors = None variable
/third_party/python/Python/
Dcodecs.c1363 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() function
1418 strict_errors, in _PyCodecRegistry_Init()
/third_party/python/Doc/library/
Dcodecs.rst312 | | :func:`strict_errors`. |
422 .. function:: strict_errors(exception)