MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / create

Method create

test/base/test_events.py:982–983  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

980 self.dispatch = self.dispatch._join(parent.dispatch)
981
982 def create(self):
983 return TargetElement(self)
984
985 def run_event(self, arg):
986 list(self.dispatch.event_one)

Callers

nothing calls this directly

Calls 1

TargetElementClass · 0.85

Tested by

no test coverage detected