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