Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_extend_eviction_time_limited
Method · 0.80
Calls
1
_evict
Method · 0.95
Tested by
1
test_extend_eviction_time_limited
Method · 0.64