MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _invoke_with

Method _invoke_with

lib/sqlalchemy/sql/ddl.py:335–337  ·  view source on GitHub ↗
(self, bind)

Source from the content-addressed store, hash-verified

333 return self._ddl_if._should_execute(self, target, bind, **kw)
334
335 def _invoke_with(self, bind):
336 if self._should_execute(self.target, bind):
337 return bind.execute(self)
338
339 def __call__(self, target, bind, **kw):
340 """Execute the DDL as a ddl_listener."""

Callers 8

__call__Method · 0.80
visit_tableMethod · 0.80
visit_sequenceMethod · 0.80
visit_indexMethod · 0.80
visit_tableMethod · 0.80
visit_sequenceMethod · 0.80

Calls 2

_should_executeMethod · 0.95
executeMethod · 0.45

Tested by

no test coverage detected