MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / operate

Method operate

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

Source from the content-addressed store, hash-verified

705 if typing.TYPE_CHECKING:
706
707 def operate(
708 self, op: OperatorType, *other: Any, **kwargs: Any
709 ) -> ColumnOperators: ...
710
711 def reverse_operate(
712 self, op: OperatorType, other: Any, **kwargs: Any

Callers 15

__lt__Method · 0.95
__le__Method · 0.95
__eq__Method · 0.95
__ne__Method · 0.95
is_distinct_fromMethod · 0.95
is_not_distinct_fromMethod · 0.95
__gt__Method · 0.95
__ge__Method · 0.95
__neg__Method · 0.95
__contains__Method · 0.95
__getitem__Method · 0.95
__lshift__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected