MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / connect

Method connect

test/engine/test_pool.py:456–457  ·  view source on GitHub ↗
(*arg, **kw)

Source from the content-addressed store, hash-verified

454 canary = []
455
456 def connect(*arg, **kw):
457 canary.append("connect")
458
459 event.listen(p, "connect", connect)
460

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected