MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / on_connect

Method on_connect

test/engine/test_execute.py:3845–3853  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3843 m1.initialize(connection)
3844
3845 def on_connect(self):
3846 oc = super().on_connect()
3847
3848 def my_on_connect(conn):
3849 if oc:
3850 oc(conn)
3851 m1.on_connect(conn)
3852
3853 return my_on_connect
3854
3855 u1 = Mock(
3856 username=None,

Callers 2

my_on_connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected