Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ mock_create
Method
mock_create
test/engine/test_pool.py:2395–2396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2393
conn.close()
2394
2395
def
mock_create():
2396
return
creator()
2397
2398
conn = e.connect()
2399
conn.invalidate()
Callers
nothing calls this directly
Calls
1
creator
Function · 0.85
Tested by
no test coverage detected