MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _generate

Method _generate

lib/sqlalchemy/sql/ddl.py:344–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

342 self.against(target)._invoke_with(bind)
343
344 def _generate(self):
345 s = self.__class__.__new__(self.__class__)
346 s.__dict__ = self.__dict__.copy()
347 return s
348
349
350DDLElement = ExecutableDDLElement

Callers

nothing calls this directly

Calls 2

__new__Method · 0.45
copyMethod · 0.45

Tested by

no test coverage detected