Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
473
def
not_(clause: BinaryExpression[_T]) -> BinaryExpression[_T]: ...
474
475
476
@overload
Callers
15
test_operator_precedence_7
Method · 0.90
test_operator_precedence_8
Method · 0.90
test_operator_precedence_9
Method · 0.90
test_operator_precedence_10
Method · 0.90
test_negate_operator_label
Method · 0.90
test_negate_operator_self_group
Method · 0.90
test_implicitly_boolean
Method · 0.90
test_scalar_select
Method · 0.90
test_scalar_values
Method · 0.90
test_or_and_as_columns
Method · 0.90
test_in_filtering
Method · 0.90
test_bind_in
Method · 0.90
Calls
1
__invert__
Method · 0.45
Tested by
15
test_operator_precedence_7
Method · 0.72
test_operator_precedence_8
Method · 0.72
test_operator_precedence_9
Method · 0.72
test_operator_precedence_10
Method · 0.72
test_negate_operator_label
Method · 0.72
test_negate_operator_self_group
Method · 0.72
test_implicitly_boolean
Method · 0.72
test_scalar_select
Method · 0.72
test_scalar_values
Method · 0.72
test_or_and_as_columns
Method · 0.72
test_in_filtering
Method · 0.72
test_bind_in
Method · 0.72