Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Drunscript.py80 self.shell = shell = self.flist.open_shell()
Dpyshell.py134 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
325 def open_shell(self, event=None): member in PyShellFileList
1516 shell = flist.open_shell()
/external/python/cpython2/Lib/idlelib/
DScriptBinding.py87 self.shell = shell = self.flist.open_shell()
DPyShell.py133 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
321 def open_shell(self, event=None): member in PyShellFileList
1591 shell = flist.open_shell()
/external/fastrpc/src/
Dfastrpc_apps_user.c1537 static int open_shell(int domain_id, apps_std_FILE *fh, int unsigned_shell) { in open_shell() function
1653 VERIFY(0 == open_shell(domain, &fh, hlist[domain].unsigned_module)); in apps_dev_init()