Home
last modified time | relevance | path

Searched refs:with_cwd (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dpyshell.py476 self.transfer_path(with_cwd=True)
480 def restart_subprocess(self, with_cwd=False, filename=''): argument
504 self.transfer_path(with_cwd=with_cwd)
558 def transfer_path(self, with_cwd=False): argument
559 if with_cwd: # Issue 13506
1275 self.interp.restart_subprocess(with_cwd=True)
Drunscript.py144 with_cwd=False, filename=filename)