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

Function p2p_project_directed_graph

python/graphscope/tests/conftest.py:651–655  ·  view source on GitHub ↗
(p2p_property_graph)

Source from the content-addressed store, hash-verified

649
650@pytest.fixture(scope="module")
651def p2p_project_directed_graph(p2p_property_graph):
652 pg = p2p_property_graph.project(
653 vertices={"person": ["weight"]}, edges={"knows": ["dist"]}
654 )
655 yield pg
656
657
658@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected