Home
last modified time | relevance | path

Searched refs:backslashreplace_errors (Results 1 – 8 of 8) 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/cpython3/Lib/test/
Dtest_codeccallbacks.py564 codecs.backslashreplace_errors,
570 codecs.backslashreplace_errors,
592 codecs.backslashreplace_errors(
598 codecs.backslashreplace_errors(
612 codecs.backslashreplace_errors(
817 codecs.backslashreplace_errors,
1104 codecs.backslashreplace_errors,
/external/python/cpython2/Lib/
Dcodecs.py1092 backslashreplace_errors = lookup_error("backslashreplace") variable
1099 backslashreplace_errors = None variable
/external/python/cpython3/Lib/
Dcodecs.py1089 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/cpython3/Python/
Dcodecs.c1391 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
1463 backslashreplace_errors, in _PyCodecRegistry_Init()
/external/python/cpython3/Doc/library/
Dcodecs.rst339 | | :func:`backslashreplace_errors`. |
442 .. function:: backslashreplace_errors(exception)
/external/python/cpython2/Doc/library/
Dcodecs.rst232 .. function:: backslashreplace_errors(exception)