Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcdmodule.c648 static PyMethodDef cdparser_methods[] = { variable
680 return Py_FindMethod(cdparser_methods, (PyObject *)self, name); in cdparser_getattr()