MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_comparison

Method is_comparison

lib/sqlalchemy/sql/elements.py:3126–3127  ·  lib/sqlalchemy/sql/elements.py::OperatorExpression.is_comparison
(self)

Source from the content-addressed store, hash-verified

3124
3125 @property
3126 def is_comparison(self):
3127 return operators.is_comparison(self.operator)
3128
3129 def self_group(
3130 self, against: Optional[OperatorType] = None

Callers 7

operateMethod · 0.80
reverse_operateMethod · 0.80
visit_binaryMethod · 0.80
visitFunction · 0.80
test_operateMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_operateMethod · 0.64