Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_not
Function
is_not
lib/sqlalchemy/sql/operators.py:2218–2219 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2216
@comparison_op
2217
@_operator_fn
2218
def
is_not(a: Any, b: Any) -> Any:
2219
return
a.is_not(b)
2220
2221
2222
# 1.4 deprecated; see #5429
Callers
2
test_fk_mixin
Method · 0.90
test_fk_mixin_self_referential_declared_attr
Method · 0.90
Calls
1
is_not
Method · 0.45
Tested by
2
test_fk_mixin
Method · 0.72
test_fk_mixin_self_referential_declared_attr
Method · 0.72