MCPcopy
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_connectMethod · 0.45
test_syncMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected