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

Method reverse_operate

lib/sqlalchemy/sql/operators.py:711–713  ·  view source on GitHub ↗
(
            self, op: OperatorType, other: Any, **kwargs: Any
        )

Source from the content-addressed store, hash-verified

709 ) -> ColumnOperators: ...
710
711 def reverse_operate(
712 self, op: OperatorType, other: Any, **kwargs: Any
713 ) -> ColumnOperators: ...
714
715 def __lt__(self, other: Any) -> ColumnOperators:
716 """Implement the ``<`` operator.

Callers 11

__rlshift__Method · 0.95
__rrshift__Method · 0.95
__rmatmul__Method · 0.95
_rconcatMethod · 0.95
__radd__Method · 0.95
__rsub__Method · 0.95
__rmul__Method · 0.95
__rmod__Method · 0.95
__rtruediv__Method · 0.95
__rfloordiv__Method · 0.95
__rpow__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected