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