Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_distinct_from
Function
is_distinct_from
lib/sqlalchemy/sql/operators.py:2023–2024 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2021
@comparison_op
2022
@_operator_fn
2023
def
is_distinct_from(a: Any, b: Any) -> Any:
2024
return
a.is_distinct_from(b)
2025
2026
2027
@comparison_op
Callers
nothing calls this directly
Calls
1
is_distinct_from
Method · 0.45
Tested by
no test coverage detected