MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / connect

Method connect

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected