Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py1090 replace_errors = lookup_error("replace") variable
1097 replace_errors = None variable
/external/python/cpython3/Lib/
Dcodecs.py1099 replace_errors = lookup_error("replace") variable
1107 replace_errors = None variable
/external/python/cpython2/Python/
Dcodecs.c920 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() function
/external/python/cpython3/Python/
Dcodecs.c1375 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() function