Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcodecs.py1100 replace_errors = lookup_error("replace") variable
1108 replace_errors = None variable
/third_party/python/Python/
Dcodecs.c1375 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() function