Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c421 stdprinter_isatty(PyStdPrinter_Object *self) in stdprinter_isatty() function
439 {"isatty", (PyCFunction)stdprinter_isatty, METH_NOARGS, ""},