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

Method __call__

lib/sqlalchemy/sql/ddl.py:324–327  ·  view source on GitHub ↗

Execute the DDL as a ddl_listener.

(self, target, bind, **kw)

Source from the content-addressed store, hash-verified

322 return bind.execute(self)
323
324 def __call__(self, target, bind, **kw):
325 """Execute the DDL as a ddl_listener."""
326
327 self.against(target)._invoke_with(bind)
328
329 def _generate(self):
330 s = self.__class__.__new__(self.__class__)

Callers

nothing calls this directly

Calls 2

againstMethod · 0.95
_invoke_withMethod · 0.80

Tested by

no test coverage detected