Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c993 file_isatty(PyFileObject *f) in file_isatty() function
2153 {"isatty", (PyCFunction)file_isatty, METH_NOARGS, isatty_doc},