Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_distinct_from
Function
is_distinct_from
lib/sqlalchemy/sql/operators.py:2190–2191 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2188
@comparison_op
2189
@_operator_fn
2190
def
is_distinct_from(a: Any, b: Any) -> Any:
2191
return
a.is_distinct_from(b)
2192
2193
2194
@comparison_op
Callers
nothing calls this directly
Calls
1
is_distinct_from
Method · 0.45
Tested by
no test coverage detected