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

/external/python/cpython2/Lib/
H A Dcodecs.py29 "strict_errors", "ignore_errors", "replace_errors",
1086 strict_errors = lookup_error("strict") variable
1093 strict_errors = None variable
/external/python/cpython3/Lib/
H A Dcodecs.py29 "strict_errors", "ignore_errors", "replace_errors",
1082 strict_errors = lookup_error("strict") variable
1090 strict_errors = None variable
/external/python/cpython2/Python/
H A Dcodecs.c907 static PyObject *strict_errors(PyObject *self, PyObject *exc) function
948 "strict_errors",
949 strict_errors,
/external/python/cpython3/Python/
H A Dcodecs.c1379 static PyObject *strict_errors(PyObject *self, PyObject *exc) function
1433 "strict_errors",
1434 strict_errors,

Completed in 321 milliseconds