MCPcopy
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_listMethod · 0.45
test_reduceMethod · 0.45
test_reduceMethod · 0.45
test_pickleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected