Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h45 PyAPI_FUNC(int) Py_FdIsInteractive(FILE *, const char *);
/third_party/python/Doc/data/
Drefcounts.dat2979 Py_FdIsInteractive:int:::
2980 Py_FdIsInteractive:FILE*:fp::
2981 Py_FdIsInteractive:const char*:filename::
/third_party/python/Doc/c-api/
Dsys.rst20 .. c:function:: int Py_FdIsInteractive(FILE *fp, const char *filename)
/third_party/python/Python/
Dpylifecycle.c2873 Py_FdIsInteractive(FILE *fp, const char *filename) in Py_FdIsInteractive() function
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9714 Py_FdIsInteractive(FILE *fp, const char *filename)