Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzlibmodule.c937 static PyMethodDef comp_methods[] = variable
969 return Py_FindMethod(comp_methods, (PyObject *)self, name); in Comp_getattr()