Home
last modified time | relevance | path

Searched refs:runcommand (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DScriptBinding.py153 interp.runcommand("""if 1:
DPyShell.py558 self.runcommand("""if 1:
699 self.runcommand("""if 1:
766 def runcommand(self, code): member in ModifiedInterpreter
1613 shell.interp.runcommand("""if 1:
1630 shell.interp.runcommand("print('%s')" % tkversionwarning)
/external/python/cpython3/Lib/idlelib/
Drunscript.py149 interp.runcommand(f"""if 1:
Dpyshell.py565 self.runcommand("""if 1:
695 self.runcommand("""if 1:
745 def runcommand(self, code): member in ModifiedInterpreter
1538 shell.interp.runcommand("""if 1: