Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ remove
Method
remove
lib/sqlalchemy/util/_collections_cy.py:299–300 ·
view source on GitHub ↗
(self, value: Any, /)
Source
from the content-addressed store, hash-verified
297
298
@cython.ccall
299
def
remove(self, value: Any, /):
300
del self._members[_get_id(value)]
301
302
def
discard(self, value, /) -> None:
303
try
:
Callers
2
assert_unordered_result
Method · 0.95
discard
Method · 0.95
Calls
1
_get_id
Function · 0.85
Tested by
no test coverage detected