MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / not_

Function not_

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

Source from the content-addressed store, hash-verified

471
472@overload
473def not_(clause: BinaryExpression[_T]) -> BinaryExpression[_T]: ...
474
475
476@overload

Calls 1

__invert__Method · 0.45