Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ not_in_op
Function
not_in_op
lib/sqlalchemy/sql/operators.py:2318–2319 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2316
@comparison_op
2317
@_operator_fn
2318
def
not_in_op(a: Any, b: Any) -> Any:
2319
return
a.not_in(b)
2320
2321
2322
# 1.4 deprecated; see #5429
Callers
nothing calls this directly
Calls
1
not_in
Method · 0.45
Tested by
no test coverage detected