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

Method save_cwd

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

Source from the content-addressed store, hash-verified

72 os.chdir(dirname)
73
74 def save_cwd(self):
75 self.cwd = os.getcwd()
76
77 def restore_cwd(self):
78 self.cd( self.cwd )

Callers 4

__init__Method · 0.95
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected