Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py567 codecs.backslashreplace_errors,
573 codecs.backslashreplace_errors,
579 codecs.backslashreplace_errors,
584 codecs.backslashreplace_errors,
612 codecs.backslashreplace_errors(
653 codecs.backslashreplace_errors,
844 codecs.backslashreplace_errors,
/external/python/cpython2/Lib/
Dcodecs.py1090 backslashreplace_errors = lookup_error("backslashreplace") variable
1097 backslashreplace_errors = None variable
/external/python/cpython2/Python/
Dcodecs.c932 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
991 backslashreplace_errors, in _PyCodecRegistry_Init()
/external/python/cpython2/Doc/library/
Dcodecs.rst232 .. function:: backslashreplace_errors(exception)