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

Method connect

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

Source from the content-addressed store, hash-verified

1704
1705 @event.listens_for(p, "connect")
1706 def connect(conn, conn_rec):
1707 conn_rec.info["x"] = True
1708
1709 @event.listens_for(p, "checkout")
1710 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