Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsocketmodule.c2216 sock_fileno(PySocketSockObject *s) function
3076 {"fileno", (PyCFunction)sock_fileno, METH_NOARGS,
/external/python/cpython3/Modules/
Dsocketmodule.c3330 sock_fileno(PySocketSockObject *s, PyObject *Py_UNUSED(ignored)) in sock_fileno() function
4912 {"fileno", (PyCFunction)sock_fileno, METH_NOARGS,