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

Function arrow_property_graph_undirected

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

Source from the content-addressed store, hash-verified

257
258@pytest.fixture(scope="module")
259def arrow_property_graph_undirected(graphscope_session):
260 g = load_arrow_property_graph(graphscope_session, directed=False)
261 yield g
262 del g
263
264
265@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected