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

Function arrow_property_graph

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

Source from the content-addressed store, hash-verified

250
251@pytest.fixture(scope="module")
252def arrow_property_graph(graphscope_session):
253 g = load_arrow_property_graph(graphscope_session, directed=True)
254 yield g
255 del g
256
257
258@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected