MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / pop

Method pop

lib/sqlalchemy/ext/orderinglist.py:379–382  ·  view source on GitHub ↗
(self, index: SupportsIndex = -1)

Source from the content-addressed store, hash-verified

377 self._reorder()
378
379 def pop(self, index: SupportsIndex = -1) -> _T:
380 entity = super().pop(index)
381 self._reorder()
382 return entity
383
384 @overload
385 def __setitem__(self, index: SupportsIndex, entity: _T) -> None: ...

Callers 1

_unsugar_count_fromFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected