Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ __init__
Method
__init__
python/graphvite/util.py:76–77 ·
view source on GitHub ↗
(self, dir)
Source
from the content-addressed store, hash-verified
74
dir (str): new working directory
75
""
"
76
def
__init__(self, dir):
77
self.dir = dir
78
79
def
__enter__(self):
80
self.old_dir = os.getcwd()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected