MCPcopy Index your code
hub / github.com/dmlc/dgl / load

Method load

python/dgl/data/actor.py:123–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return os.path.exists(self.raw_path)
122
123 def load(self):
124 self.process()
125
126 def __getitem__(self, idx):
127 assert idx == 0, "This dataset has only one graph."

Callers 1

processMethod · 0.45

Calls 1

processMethod · 0.95

Tested by

no test coverage detected