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

Method __enter__

tests/test_registration_codex2api.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92
93 class FakeContext:
94 def __enter__(self):
95 return FakeDb()
96
97 def __exit__(self, exc_type, exc, tb):
98 return False

Callers

nothing calls this directly

Calls 1

FakeDbClass · 0.85

Tested by

no test coverage detected