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

Function projected_pg_no_edge_data

python/graphscope/tests/conftest.py:699–701  ·  view source on GitHub ↗
(arrow_property_graph)

Source from the content-addressed store, hash-verified

697
698@pytest.fixture(scope="module")
699def projected_pg_no_edge_data(arrow_property_graph):
700 pg = arrow_property_graph.project(vertices={"v0": []}, edges={"e0": []})
701 yield pg
702
703
704@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected