Home
last modified time | relevance | path

Searched refs:open_shell (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
Drunscript.py80 self.shell = shell = self.flist.open_shell()
Dpyshell.py147 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
338 def open_shell(self, event=None): member in PyShellFileList
1655 shell = flist.open_shell()
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py428 cls.shell = cls.flist.open_shell()