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

Function not_

lib/sqlalchemy/sql/_elements_constructors.py:458–458  ·  view source on GitHub ↗
(clause: BinaryExpression[_T])

Source from the content-addressed store, hash-verified

456
457@overload
458def not_(clause: BinaryExpression[_T]) -> BinaryExpression[_T]: ...
459
460
461@overload

Calls 1

__invert__Method · 0.45