Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py1088 strict_errors = lookup_error("strict") variable
1095 strict_errors = None variable
/external/python/cpython3/Lib/
Dcodecs.py1085 strict_errors = lookup_error("strict") variable
1093 strict_errors = None variable
/external/python/cpython2/Python/
Dcodecs.c907 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() function
/external/python/cpython3/Python/
Dcodecs.c1367 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() function