Searched refs:poll_methods (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dselectmodule.c607 static PyMethodDef poll_methods[] = { variable
651 return Py_FindMethod(poll_methods, (PyObject *)self, name);
/external/python/cpython3/Modules/
H A Dselectmodule.c660 static PyMethodDef poll_methods[] = { variable
732 poll_methods, /*tp_methods*/

Completed in 85 milliseconds