Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __contains__
Method
__contains__
lib/sqlalchemy/util/_collections_cy.py:295–296 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
293
self._members[_get_id(value)] = value
294
295
def
__contains__(self, value) -> bool:
296
return
_get_id(value) in self._members
297
298
@cython.ccall
299
def
remove(self, value: Any, /):
Callers
nothing calls this directly
Calls
1
_get_id
Function · 0.85
Tested by
no test coverage detected