示例#1
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(self.filesystem,
                             paths=paths,
                             checkout_root=checkout_root)
示例#2
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(self.filesystem, paths=paths, checkout_root=checkout_root)
示例#3
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(paths=paths,
                             checkout_root=checkout_root,
                             mock_os=self._mock_os)
示例#4
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(paths=paths,
                             checkout_root=checkout_root,
                             mock_os=self._mock_os)