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

Method connect

test/engine/test_pool.py:1704–1705  ·  view source on GitHub ↗
(conn, conn_rec)

Source from the content-addressed store, hash-verified

1702
1703 @event.listens_for(p, "connect")
1704 def connect(conn, conn_rec):
1705 conn_rec.info["x"] = True
1706
1707 @event.listens_for(p, "checkout")
1708 def checkout(conn, conn_rec, conn_f):

Callers 15

_sqlite_jsonMethod · 0.45
_sqlite_partial_idxMethod · 0.45
checkMethod · 0.45
has_fastexecutemanyMethod · 0.45
_has_mysql_on_windowsMethod · 0.45
goMethod · 0.45
test_start_incrementMethod · 0.45
_assert_raisesMethod · 0.45
assertRowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected