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

Function dynamic_property_graph

python/graphscope/tests/conftest.py:705–709  ·  view source on GitHub ↗
(graphscope_session)

Source from the content-addressed store, hash-verified

703
704@pytest.fixture(scope="module")
705def dynamic_property_graph(graphscope_session):
706 with default_session(graphscope_session):
707 g = nx.Graph()
708 g.add_edges_from([(1, 2), (2, 3)], weight=3)
709 yield g
710
711
712@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

add_edges_fromMethod · 0.95
default_sessionFunction · 0.90

Tested by

no test coverage detected