MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / initialize

Method initialize

test/engine/test_execute.py:3841–3843  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

3839
3840 class SomeDialect(cls_):
3841 def initialize(self, connection):
3842 super().initialize(connection)
3843 m1.initialize(connection)
3844
3845 def on_connect(self):
3846 oc = super().on_connect()

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected