MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _Driver

Class _Driver

tests/unit/core/test_graph_layer_robustness.py:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class _Driver:
34 def __init__(self, session):
35 self._session = session
36
37 def session(self, **kwargs):
38 return self._session
39
40
41@pytest.mark.parametrize("backend", ["falkordb", "neo4j"])

Calls

no outgoing calls