Searched defs:Interactive (Results 1 – 4 of 4) sorted by relevance
49 } Interactive; member377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) macro
98 class Interactive(AbstractCompileMode): class
163 } Interactive; member
1000 Interactive(asdl_seq * body, PyArena *arena) in Interactive() function