Searched refs:pyexpat_ParserCreate (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | pyexpat.c.h | 236 …{"ParserCreate", (PyCFunction)pyexpat_ParserCreate, METH_FASTCALL|METH_KEYWORDS, pyexpat_ParserCre… 243 pyexpat_ParserCreate(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_ParserCreate() function
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 1741 pyexpat_ParserCreate(PyObject *notused, PyObject *args, PyObject *kw) in pyexpat_ParserCreate() function 1800 {"ParserCreate", (PyCFunction)pyexpat_ParserCreate,
|