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

Method cd

scripts/modules/Shell.py:71–72  ·  view source on GitHub ↗
(self, dirname)

Source from the content-addressed store, hash-verified

69 out = self.run_single_to_str(cmd)
70 return out
71 def cd(self, dirname):
72 os.chdir(dirname)
73
74 def save_cwd(self):
75 self.cwd = os.getcwd()

Callers 5

get_filesMethod · 0.95
restore_cwdMethod · 0.95
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected