Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ first_connect
Method
first_connect
test/engine/test_pool.py:443–444 ·
view source on GitHub ↗
(*arg, **kw)
Source
from the content-addressed store, hash-verified
441
canary = []
442
443
def
first_connect(*arg, **kw):
444
canary.append(
"first_connect"
)
445
446
event.listen(p,
"first_connect"
, first_connect)
447
Callers
2
slow_first_connect
Method · 0.45
test_sync
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected