MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / DummyDb

Class DummyDb

tests/test_registration_new_api.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 )()
38
39 class DummyDb:
40 def __enter__(self):
41 return self
42
43 def __exit__(self, exc_type, exc, tb):
44 return False
45
46 def fake_get_db():
47 return DummyDb()

Calls

no outgoing calls