Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ isnot
Method
isnot
lib/sqlalchemy/sql/operators.py:1262–1262 ·
view source on GitHub ↗
(self, other: Any)
Source
from the content-addressed store, hash-verified
1260
if
TYPE_CHECKING:
1261
1262
def
isnot(self, other: Any) -> ColumnOperators: ...
1263
1264
else
:
1265
isnot = is_not
Callers
2
test_issue_5429_compile
Method · 0.45
test_issue_9418
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_issue_5429_compile
Method · 0.36
test_issue_9418
Function · 0.36