Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ __contains__
Method
__contains__
lib/sqlalchemy/sql/operators.py:649–650 ·
view source on GitHub ↗
(self, other: Any)
Source
from the content-addressed store, hash-verified
647
return
self.operate(neg)
648
649
def
__contains__(self, other: Any) -> ColumnOperators:
650
return
self.operate(contains, other)
651
652
def
__getitem__(self, index: Any) -> ColumnOperators:
653
""
"Implement the [] operator.
Callers
nothing calls this directly
Calls
1
operate
Method · 0.95
Tested by
no test coverage detected