Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h46 PyAPI_FUNC(int) _Py_FdIsInteractive(FILE *fp, PyObject *filename);
/third_party/python/Python/
Dpythonrun.c83 if (_Py_FdIsInteractive(fp, filename)) { in _PyRun_AnyFileObject()
Dpylifecycle.c2886 _Py_FdIsInteractive(FILE *fp, PyObject *filename) in _Py_FdIsInteractive() function