Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dpyshell.py484 def restart_subprocess(self, with_cwd=False, filename=''): argument
562 def transfer_path(self, with_cwd=False): argument
/external/crosvm/tools/impl/
Dcommand.py151 def with_cwd(self, cwd: Optional[Path]): member in Command