MCPcopy
hub / github.com/celery/celery / evict

Method evict

celery/utils/collections.py:673–675  ·  view source on GitHub ↗

Force evict until maxsize is enforced.

(self)

Source from the content-addressed store, hash-verified

671 Empty = Empty
672
673 def evict(self) -> None:
674 """Force evict until maxsize is enforced."""
675 self._evict(range=count)
676
677 def _evict(self, limit: int = 100, range=range) -> None:
678 try:

Callers 1

Calls 1

_evictMethod · 0.95

Tested by 1