Searched defs:runcommand (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ | ||
D | PyShell.py | 766 def runcommand(self, code): member in ModifiedInterpreter |
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ | ||
D | pyshell.py | 755 def runcommand(self, code): member in ModifiedInterpreter |