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

Function p2p_project_directed_graph_string

python/graphscope/tests/conftest.py:675–679  ·  view source on GitHub ↗
(p2p_property_graph_string)

Source from the content-addressed store, hash-verified

673
674@pytest.fixture(scope="module")
675def p2p_project_directed_graph_string(p2p_property_graph_string):
676 pg = p2p_property_graph_string.project(
677 vertices={"person": ["weight"]}, edges={"knows": ["dist"]}
678 )
679 yield pg
680
681
682@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected