MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _negate

Method _negate

lib/sqlalchemy/sql/elements.py:1536–1536  ·  view source on GitHub ↗
(self: ColumnElement[bool])

Source from the content-addressed store, hash-verified

1534
1535 @overload
1536 def _negate(self: ColumnElement[bool]) -> ColumnElement[bool]: ...
1537
1538 @overload
1539 def _negate(self: ColumnElement[_T]) -> ColumnElement[_T]: ...

Callers

nothing calls this directly

Calls 3

self_groupMethod · 0.95
AsBooleanClass · 0.85
UnaryExpressionClass · 0.85

Tested by

no test coverage detected