Home
last modified time | relevance | path

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

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