MCPcopy
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
2218def is_not(a: Any, b: Any) -> Any:
2219 return a.is_not(b)
2220
2221
2222# 1.4 deprecated; see #5429

Calls 1

is_notMethod · 0.45

Tested by 2

test_fk_mixinMethod · 0.72