Searched refs:saved_cwd (Results 1 – 3 of 3) sorted by relevance
108 def restore_cwd(self, saved_cwd): argument109 os.chdir(saved_cwd)
27 self.saved_cwd = os.getcwd()32 os.chdir(self.saved_cwd)
1183 def restore_cwd(self, saved_cwd): argument1184 os.chdir(saved_cwd)