Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DPyShell.py475 def restart_subprocess(self, with_cwd=False, filename=''): argument
551 def transfer_path(self, with_cwd=False): argument
/external/python/cpython3/Lib/idlelib/
Dpyshell.py499 def restart_subprocess(self, with_cwd=False, filename=''): argument
577 def transfer_path(self, with_cwd=False): argument
/external/crosvm/tools/impl/
Dcommon.py231 def with_cwd(self, cwd: Optional[Path]): member in Command