MCPcopy
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_9418Function · 0.45

Calls

no outgoing calls

Tested by 2

test_issue_9418Function · 0.36