Home
last modified time | relevance | path

Searched refs:pyexpat_ErrorString (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h376 {"ErrorString", (PyCFunction)pyexpat_ErrorString, METH_O, pyexpat_ErrorString__doc__},
382 pyexpat_ErrorString(PyObject *module, PyObject *arg) in pyexpat_ErrorString() function
/external/python/cpython2/Modules/
Dpyexpat.c1788 pyexpat_ErrorString(PyObject *self, PyObject *args) in pyexpat_ErrorString() function
1802 {"ErrorString", (PyCFunction)pyexpat_ErrorString,