MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __add__

Method __add__

lib/sqlalchemy/sql/lambdas.py:680–683  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

678 return getattr(self._resolved, key)
679
680 def __add__(self, other):
681 statement = other(self._resolved)
682
683 return NullLambdaStatement(statement)
684
685 def add_criteria(self, other, **kw):
686 statement = other(self._resolved)

Callers

nothing calls this directly

Calls 1

NullLambdaStatementClass · 0.85

Tested by

no test coverage detected