Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ DummySession
Class
DummySession
tests/test_database_runtime_config.py:22–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
DummySession:
23
def
query(self, *args, **kwargs):
24
class
Counter:
25
def
count(self_inner):
26
return
0
27
28
return
Counter()
29
30
31
class
DummyContext:
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.56