Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c430 stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_isatty() function
448 {"isatty", (PyCFunction)stdprinter_isatty, METH_NOARGS, ""},