Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c141 isatty_no_error(PyObject *sys_stream) in isatty_no_error() function
353 if ((overridden || isatty_no_error(sys_stream)) && in Py_InitializeEx()
360 if ((overridden || isatty_no_error(sys_stream)) && in Py_InitializeEx()
367 if ((overridden || isatty_no_error(sys_stream)) && in Py_InitializeEx()