MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / op

Function op

lib/sqlalchemy/sql/operators.py:2238–2239  ·  view source on GitHub ↗
(a: Any, opstring: str, b: Any)

Source from the content-addressed store, hash-verified

2236
2237@_operator_fn
2238def op(a: Any, opstring: str, b: Any) -> Any:
2239 return a.op(opstring)(b)
2240
2241
2242@comparison_op

Callers 15

operateMethod · 0.85
reverse_operateMethod · 0.85
operateMethod · 0.85
reverse_operateMethod · 0.85
_opMethod · 0.85
_reflect_indexesMethod · 0.85
operateMethod · 0.85
reverse_operateMethod · 0.85
operateMethod · 0.85
reverse_operateMethod · 0.85
operateMethod · 0.85
reverse_operateMethod · 0.85

Calls 1

opMethod · 0.45