Home
last modified time | relevance | path

Searched refs:runcode (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dcode.py53 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__.py22 def runcode(self, code): member in AsyncIOInteractiveConsole
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_run.py413 ex.runcode('1/0')
418 ex.runcode('1/0')
422 ex.runcode('1/0')
/third_party/python/Lib/idlelib/
H A Drunscript.py166 interp.runcode(code)
H A Drun.py572 def runcode(self, code): member in Executive
H A Dpyshell.py684 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