Searched defs:restart_subprocess (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/idlelib/ | ||
D | pyshell.py | 480 def restart_subprocess(self, with_cwd=False, filename=''): member in ModifiedInterpreter |
/external/python/cpython2/Lib/idlelib/ | ||
D | PyShell.py | 475 def restart_subprocess(self, with_cwd=False, filename=''): member in ModifiedInterpreter |