Searched defs:InteractiveConsole (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | code.py | 174 class InteractiveConsole(InteractiveInterpreter): class |
/external/python/cpython3/Lib/ | ||
D | code.py | 162 class InteractiveConsole(InteractiveInterpreter): class |