Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcodecs.py1098 strict_errors = lookup_error("strict") variable
1106 strict_errors = None variable
/third_party/python/Python/
Dcodecs.c1363 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() function