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

Method operate

lib/sqlalchemy/sql/lambdas.py:1346–1348  ·  view source on GitHub ↗
(self, op, *other, **kwargs)

Source from the content-addressed store, hash-verified

1344 return value
1345
1346 def operate(self, op, *other, **kwargs):
1347 elem = object.__getattribute__(self, "_py_wrapper_literal")()
1348 return op(elem, *other, **kwargs)
1349
1350 def reverse_operate(self, op, other, **kwargs):
1351 elem = object.__getattribute__(self, "_py_wrapper_literal")()

Callers 14

containsMethod · 0.45
contained_byMethod · 0.45
overlapsMethod · 0.45
strictly_left_ofMethod · 0.45
strictly_right_ofMethod · 0.45
not_extend_right_ofMethod · 0.45
not_extend_left_ofMethod · 0.45
adjacent_toMethod · 0.45
unionMethod · 0.45
differenceMethod · 0.45
intersectionMethod · 0.45
astextMethod · 0.45

Calls 2

opFunction · 0.85
__getattribute__Method · 0.45

Tested by

no test coverage detected