Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected