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

Method create

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

Source from the content-addressed store, hash-verified

973
974 class TargetFactory(BaseTarget):
975 def create(self):
976 return TargetElement(self)
977
978 class TargetElement(BaseTarget):
979 def __init__(self, parent):

Calls 1

TargetElementClass · 0.85

Tested by

no test coverage detected