Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h290 …{"ParserCreate", (PyCFunction)(void(*)(void))pyexpat_ParserCreate, METH_FASTCALL|METH_KEYWORDS, py…
297 pyexpat_ParserCreate(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_ParserCreate() function
/external/python/cpython2/Modules/
Dpyexpat.c1741 pyexpat_ParserCreate(PyObject *notused, PyObject *args, PyObject *kw) in pyexpat_ParserCreate() function
1800 {"ParserCreate", (PyCFunction)pyexpat_ParserCreate,