MCPcopy
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

discardMethod · 0.95

Calls 1

_get_idFunction · 0.85

Tested by

no test coverage detected