MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_not_distinct_from

Function is_not_distinct_from

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

Source from the content-addressed store, hash-verified

2194@comparison_op
2195@_operator_fn
2196def is_not_distinct_from(a: Any, b: Any) -> Any:
2197 return a.is_not_distinct_from(b)
2198
2199
2200# deprecated 1.4; see #5435

Callers

nothing calls this directly

Calls 1

is_not_distinct_fromMethod · 0.45

Tested by

no test coverage detected