Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dpyexpat.c1569 static struct PyMethodDef pyexpat_methods[] = { variable
1595 pyexpat_methods,
/external/python/cpython2/Modules/
Dpyexpat.c1799 static struct PyMethodDef pyexpat_methods[] = { variable
1855 m = Py_InitModule3(MODULE_NAME, pyexpat_methods, in MODULE_INITFUNC()