Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dselectmodule.c.h33 {"select", (PyCFunction)(void(*)(void))select_select, METH_FASTCALL, select_select__doc__},
40 select_select(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in select_select() function