MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

test/base/test_events.py:1232–1233  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

1230 _sa_propagate_class_events = False
1231
1232 def __init__(self, parent):
1233 self.dispatch = self.dispatch._join(parent.dispatch)
1234
1235 self.BaseTarget = BaseTarget
1236 self.SubTarget = SubTarget

Callers

nothing calls this directly

Calls 1

_joinMethod · 0.45

Tested by

no test coverage detected