MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __call__

Method __call__

lib/sqlalchemy/sql/ddl.py:339–342  ·  view source on GitHub ↗

Execute the DDL as a ddl_listener.

(self, target, bind, **kw)

Source from the content-addressed store, hash-verified

337 return bind.execute(self)
338
339 def __call__(self, target, bind, **kw):
340 """Execute the DDL as a ddl_listener."""
341
342 self.against(target)._invoke_with(bind)
343
344 def _generate(self):
345 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