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

Function p2p_project_undirected_graph

python/graphscope/tests/conftest.py:667–671  ·  view source on GitHub ↗
(p2p_property_graph_undirected)

Source from the content-addressed store, hash-verified

665
666@pytest.fixture(scope="module")
667def p2p_project_undirected_graph(p2p_property_graph_undirected):
668 pg = p2p_property_graph_undirected.project(
669 vertices={"person": ["weight"]}, edges={"knows": ["dist"]}
670 )
671 yield pg
672
673
674@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected