Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_elementtree.c1527 static PyMethodDef element_methods[] = { variable
1590 res = Py_FindMethod(element_methods, (PyObject*) self, name);
3174 for (mp = element_methods; mp->ml_name; mp++)
/external/python/cpython3/Modules/
D_elementtree.c3813 static PyMethodDef element_methods[] = { variable
3904 element_methods, /* tp_methods */