Home
last modified time | relevance | path

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

/third_party/python/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,
/third_party/python/Lib/
Dcodecs.py1101 backslashreplace_errors = lookup_error("backslashreplace") variable
1109 backslashreplace_errors = None variable
/third_party/python/Python/
Dcodecs.c1387 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() function
1459 backslashreplace_errors, in _PyCodecRegistry_Init()
/third_party/python/Doc/library/
Dcodecs.rst346 | | :func:`backslashreplace_errors`. |
449 .. function:: backslashreplace_errors(exception)