MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _generate

Method _generate

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

Source from the content-addressed store, hash-verified

327 self.against(target)._invoke_with(bind)
328
329 def _generate(self):
330 s = self.__class__.__new__(self.__class__)
331 s.__dict__ = self.__dict__.copy()
332 return s
333
334
335DDLElement = ExecutableDDLElement

Callers

nothing calls this directly

Calls 2

__new__Method · 0.45
copyMethod · 0.45

Tested by

no test coverage detected