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

Method __init__

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

Source from the content-addressed store, hash-verified

977
978 class TargetElement(BaseTarget):
979 def __init__(self, parent):
980 self.dispatch = self.dispatch._join(parent.dispatch)
981
982 def create(self):
983 return TargetElement(self)

Callers

nothing calls this directly

Calls 1

_joinMethod · 0.45

Tested by

no test coverage detected