Searched refs:runcode (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/ |
H A D | code.py | 53 object. The code is executed by calling self.runcode() (which 74 self.runcode(code) 77 def runcode(self, code): member in InteractiveInterpreter
|
/third_party/python/Lib/asyncio/ |
H A D | __main__.py | 22 def runcode(self, code): member in AsyncIOInteractiveConsole
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 413 ex.runcode('1/0') 418 ex.runcode('1/0') 422 ex.runcode('1/0')
|
/third_party/python/Lib/idlelib/ |
H A D | runscript.py | 166 interp.runcode(code)
|
H A D | run.py | 572 def runcode(self, code): member in Executive
|
H A D | pyshell.py | 684 self.runcode(code) 691 # InteractiveInterpreter.runsource() calls its runcode() method, 762 self.rpcclt.remotequeue("exec", "runcode", (code,), {}) 767 def runcode(self, code): member in ModifiedInterpreter 776 self.active_seq = self.rpcclt.asyncqueue("exec", "runcode", 796 print("IDLE internal error in runcode()",
|
Completed in 6 milliseconds