Home
last modified time | relevance | path

Searched refs:Xxo_methods (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dxxmodule.c59 static PyMethodDef Xxo_methods[] = { variable
75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name); in Xxo_getattr()
/external/python/cpython3/Modules/
Dxxmodule.c59 static PyMethodDef Xxo_methods[] = { variable
128 Xxo_methods, /*tp_methods*/
Dxxlimited.c71 static PyMethodDef Xxo_methods[] = { variable
115 {Py_tp_methods, Xxo_methods},