Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcodecs.py1101 xmlcharrefreplace_errors = lookup_error("xmlcharrefreplace") variable
1109 xmlcharrefreplace_errors = None variable
/third_party/python/Python/
Dcodecs.c1381 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() function