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

Function sess

python/graphscope/tests/unittest/test_lazy.py:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40@pytest.fixture(scope="module")
41def sess():
42 session = graphscope.session(cluster_type="hosts", num_workers=2, mode="lazy")
43 session.as_default()
44 yield session
45 session.close()
46
47
48@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 3

as_defaultMethod · 0.80
closeMethod · 0.65
sessionMethod · 0.45

Tested by

no test coverage detected