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

Function op

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

Source from the content-addressed store, hash-verified

2069
2070@_operator_fn
2071def op(a: Any, opstring: str, b: Any) -> Any:
2072 return a.op(opstring)(b)
2073
2074
2075@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