Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfileobject.c399 stdprinter_fileno(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_fileno() function
435 {"fileno", (PyCFunction)stdprinter_fileno, METH_NOARGS, ""},