Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __reduce__
Method
__reduce__
celery/utils/collections.py:648–651 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
646
return
key in self._data
647
648
def
__reduce__(self):
649
# type: () -> Any
650
return
self.__class__, (
651
self.maxlen, self.expires, self.as_dict(), self.minlen)
652
653
def
__bool__(self):
654
# type: () -> bool
Callers
nothing calls this directly
Calls
1
as_dict
Method · 0.95
Tested by
no test coverage detected