Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py622 codecs.namereplace_errors,
628 codecs.namereplace_errors,
634 codecs.namereplace_errors,
639 codecs.namereplace_errors,
658 codecs.namereplace_errors(
821 codecs.namereplace_errors,
1105 codecs.namereplace_errors,
/external/python/cpython3/Lib/
Dcodecs.py1090 namereplace_errors = lookup_error("namereplace") variable
1098 namereplace_errors = None variable
/external/python/cpython3/Python/
Dcodecs.c1396 static PyObject *namereplace_errors(PyObject *self, PyObject *exc) in namereplace_errors() function
1474 namereplace_errors, in _PyCodecRegistry_Init()
/external/python/cpython3/Doc/library/
Dcodecs.rst343 | | :func:`namereplace_errors`. |
448 .. function:: namereplace_errors(exception)