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.py528 codecs.backslashreplace_errors,
534 codecs.backslashreplace_errors,
556 codecs.backslashreplace_errors(
562 codecs.backslashreplace_errors(
576 codecs.backslashreplace_errors(
778 codecs.backslashreplace_errors,
1060 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.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
991 backslashreplace_errors, in _PyCodecRegistry_Init()
/external/python/cpython3/Python/
Dcodecs.c1386 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
1458 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)