Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfileobject.c418 stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored)) in stdprinter_isatty() function
436 {"isatty", (PyCFunction)stdprinter_isatty, METH_NOARGS, ""},
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3439 @@ -423,7 +424,7 @@ stdprinter_isatty(PyStdPrinter_Object *self, PyObject *Py_UNUSED(ignored))