Home
last modified time | relevance | path

Searched defs:namereplace_errors (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dcodecs.py1102 namereplace_errors = lookup_error("namereplace") variable
1110 namereplace_errors = None variable
/external/python/cpython3/Python/
Dcodecs.c1392 static PyObject *namereplace_errors(PyObject *self, PyObject *exc) in namereplace_errors() function