Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py541 codecs.backslashreplace_errors,
547 codecs.backslashreplace_errors,
569 codecs.backslashreplace_errors(
575 codecs.backslashreplace_errors(
589 codecs.backslashreplace_errors(
791 codecs.backslashreplace_errors,
1219 codecs.backslashreplace_errors,
/external/python/cpython3/Lib/
Dcodecs.py1117 backslashreplace_errors = lookup_error("backslashreplace") variable
1125 backslashreplace_errors = None variable
/external/python/cpython3/Python/
Dcodecs.c1365 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
1438 backslashreplace_errors, in _PyCodec_InitRegistry()
/external/python/cpython3/Doc/library/
Dcodecs.rst353 | | :func:`backslashreplace_errors`. |
477 .. function:: backslashreplace_errors(exception)