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

Method __init__

demo/data/scripts/embedx_graph.py:230–231  ·  view source on GitHub ↗
(self, nx_graph)

Source from the content-addressed store, hash-verified

228 TEST_LABELS_FILE_NAME = "test_labels.all"
229
230 def __init__(self, nx_graph):
231 self.embedx_graph = EmbedxGraph(nx_graph)
232
233 def run(self, dst_dir):
234 if not os.path.isdir(dst_dir):

Callers

nothing calls this directly

Calls 1

EmbedxGraphClass · 0.85

Tested by

no test coverage detected