Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ extend
Method
extend
celery/utils/collections.py:711–714 ·
view source on GitHub ↗
(self, it)
Source
from the content-addressed store, hash-verified
709
self.maxsize and self._evict()
710
711
def
extend(self, it):
712
# type: (Iterable) -> None
713
self._extend(it)
714
self.maxsize and self._evict()
715
716
def
take(self, *default):
717
# type: (*Any) -> Any
Callers
3
test_extend_limited
Method · 0.95
test_extend_unlimited
Method · 0.95
test_extend_eviction_time_limited
Method · 0.95
Calls
1
_evict
Method · 0.80
Tested by
3
test_extend_limited
Method · 0.76
test_extend_unlimited
Method · 0.76
test_extend_eviction_time_limited
Method · 0.76