Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _conn
Method
_conn
test/engine/test_pool.py:2243–2246 · test/engine/test_pool.py::SingletonThreadPoolTest._conn
()
Source
from the content-addressed store, hash-verified
2241
sr = set()
2242
2243
def
_conn():
2244
c = p.connect()
2245
sr.add(c.dbapi_connection)
2246
return
c
2247
2248
else
:
2249
Callers
nothing calls this directly
Calls
2
connect
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected