Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py1092 backslashreplace_errors = lookup_error("backslashreplace") variable
1099 backslashreplace_errors = None variable
/external/python/cpython3/Lib/
Dcodecs.py1101 backslashreplace_errors = lookup_error("backslashreplace") variable
1109 backslashreplace_errors = None variable
/external/python/cpython2/Python/
Dcodecs.c932 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
/external/python/cpython3/Python/
Dcodecs.c1387 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function