MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / add_criteria

Method add_criteria

lib/sqlalchemy/sql/lambdas.py:685–688  ·  view source on GitHub ↗
(self, other, **kw)

Source from the content-addressed store, hash-verified

683 return NullLambdaStatement(statement)
684
685 def add_criteria(self, other, **kw):
686 statement = other(self._resolved)
687
688 return NullLambdaStatement(statement)
689
690 def _execute_on_connection(
691 self, connection, distilled_params, execution_options

Callers

nothing calls this directly

Calls 1

NullLambdaStatementClass · 0.85

Tested by

no test coverage detected