MCPcopy Create free account
hub / github.com/alibaba/GraphScope / student_v

Function student_v

python/graphscope/tests/unittest/test_create_graph.py:36–37  ·  view source on GitHub ↗
(data_dir=os.path.expandvars("${GS_TEST_DIR}/property_graph"))

Source from the content-addressed store, hash-verified

34
35@pytest.fixture(scope="function")
36def student_v(data_dir=os.path.expandvars("${GS_TEST_DIR}/property_graph")):
37 return Loader("%s/student.v" % data_dir, header_row=True, delimiter=",")
38
39
40@pytest.fixture(scope="function")

Callers

nothing calls this directly

Calls 1

LoaderClass · 0.90

Tested by

no test coverage detected