MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / notin_

Method notin_

lib/sqlalchemy/sql/operators.py:1166–1166  ·  view source on GitHub ↗
(self, other: Any)

Source from the content-addressed store, hash-verified

1164 if TYPE_CHECKING:
1165
1166 def notin_(self, other: Any) -> ColumnOperators: ...
1167
1168 else:
1169 notin_ = not_in

Callers 2

test_issue_9418Function · 0.45

Calls

no outgoing calls

Tested by 2

test_issue_9418Function · 0.36