MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / restore_cwd

Method restore_cwd

scripts/modules/Shell.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.cwd = os.getcwd()
76
77 def restore_cwd(self):
78 self.cd( self.cwd )
79
80 def run_single_interactive(self,cmd):
81 subprocess.check_call(cmd, env=self.env,stderr=subprocess.STDOUT, shell=True)

Callers

nothing calls this directly

Calls 1

cdMethod · 0.95

Tested by

no test coverage detected