Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __contains__
Method
__contains__
lib/sqlalchemy/sql/operators.py:813–814 ·
view source on GitHub ↗
(self, other: Any)
Source
from the content-addressed store, hash-verified
811
return
self.operate(neg)
812
813
def
__contains__(self, other: Any) -> ColumnOperators:
814
return
self.operate(contains, other)
815
816
def
__getitem__(self, index: Any) -> ColumnOperators:
817
""
"Implement the [] operator.
Callers
nothing calls this directly
Calls
1
operate
Method · 0.95
Tested by
no test coverage detected