MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / not_in_op

Function not_in_op

lib/sqlalchemy/sql/operators.py:2151–2152  ·  view source on GitHub ↗
(a: Any, b: Any)

Source from the content-addressed store, hash-verified

2149@comparison_op
2150@_operator_fn
2151def not_in_op(a: Any, b: Any) -> Any:
2152 return a.not_in(b)
2153
2154
2155# 1.4 deprecated; see #5429

Callers

nothing calls this directly

Calls 1

not_inMethod · 0.45

Tested by

no test coverage detected