Searched refs:start_dir (Results 1 – 2 of 2) sorted by relevance
292 def cmd(s, start_dir=None): argument293 if start_dir is None:294 start_dir = os.getcwd()297 os.chdir(start_dir)
1387 def cmd(cmd_str, start_dir=None): argument1388 if start_dir is None:1389 start_dir = os.getcwd()1392 os.chdir(start_dir)