Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __reduce__
Method
__reduce__
t/unit/utils/test_local.py:288–289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
class
X:
287
288
def
__reduce__(self):
289
return
123
290
291
x = Proxy(
lambda
: X())
292
assert x.__reduce__() == 123
Callers
4
test_list
Method · 0.45
test_reduce
Method · 0.45
test_reduce
Method · 0.45
test_pickle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected