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

Function arrow_property_graph_directed

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

Source from the content-addressed store, hash-verified

264
265@pytest.fixture(scope="module")
266def arrow_property_graph_directed(graphscope_session):
267 g = load_arrow_property_graph(graphscope_session, directed=True)
268 yield g
269 del g
270
271
272@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected