MCPcopy Create free account
hub / github.com/Tencent/embedx / load

Method load

demo/data/scripts/dataset.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.input_path = input_path
34
35 def load(self):
36 raise NotImplementedError("Load is not implemented in Dataset")
37
38 def to_nx_graph(self):
39 raise NotImplementedError("To_nx_graph is not implemented in Dataset")

Callers 2

loadMethod · 0.45
generate_embedx_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected