Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c150 PyObject *sys_isatty = PyObject_CallMethod(sys_stream, "isatty", ""); in isatty_no_error() local
151 if (sys_isatty) { in isatty_no_error()
152 int isatty = PyObject_IsTrue(sys_isatty); in isatty_no_error()
153 Py_DECREF(sys_isatty); in isatty_no_error()