Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dpyshell.py495 self.transfer_path(with_cwd=True)
499 def restart_subprocess(self, with_cwd=False, filename=''): argument
523 self.transfer_path(with_cwd=with_cwd)
577 def transfer_path(self, with_cwd=False): argument
578 if with_cwd: # Issue 13506
1394 self.interp.restart_subprocess(with_cwd=True)
Drunscript.py144 with_cwd=False, filename=filename)