Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c402 stdprinter_fileno(PyStdPrinter_Object *self) in stdprinter_fileno() function
438 {"fileno", (PyCFunction)stdprinter_fileno, METH_NOARGS, ""},