Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ local_files
Method
local_files
python/graphvite/dataset.py:213–216 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
211
return
file_name
212
213
def
local_files(self):
214
if
not os.path.exists(self.path):
215
os.mkdir(self.path)
216
return
set(glob.glob(os.path.join(self.path,
"*"
)))
217
218
def
__getattr__(self, key):
219
if
key in self.__dict__:
Callers
3
download
Method · 0.95
extract
Method · 0.95
get_file
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected