Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
operate
Method · 0.80
reverse_operate
Method · 0.80
visit_binary
Method · 0.80
visit
Function · 0.80
test_operate
Method · 0.80
test_is_comparison_legacy
Method · 0.80
test_is_comparison_bool_op
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_operate
Method · 0.64
test_is_comparison_legacy
Method · 0.64
test_is_comparison_bool_op
Method · 0.64