Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py1091 xmlcharrefreplace_errors = lookup_error("xmlcharrefreplace") variable
1098 xmlcharrefreplace_errors = None variable
/external/python/cpython3/Lib/
Dcodecs.py1100 xmlcharrefreplace_errors = lookup_error("xmlcharrefreplace") variable
1108 xmlcharrefreplace_errors = None variable
/external/python/cpython2/Python/
Dcodecs.c926 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() function
/external/python/cpython3/Python/
Dcodecs.c1381 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() function