Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DPyShell.py321 def open_shell(self, event=None): member in PyShellFileList
/external/python/cpython3/Lib/idlelib/
Dpyshell.py338 def open_shell(self, event=None): member in PyShellFileList
/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