Home
last modified time | relevance | path

Searched defs:Py_InteractiveFlag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c70 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */ variable
/aosp_15_r20/external/python/cpython3/Python/
Dinitconfig.c194 int Py_InteractiveFlag = 0; /* Needed by Py_FdIsInteractive() below */ variable