Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ setter
Method
setter
celery/local.py:443–444 ·
view source on GitHub ↗
(self, setter)
Source
from the content-addressed store, hash-verified
441
return
self.__set.__get__(obj)(value)
442
443
def
setter(self, setter):
444
return
self.__class__(self.__get, setter)
445
446
447
def
reclassmethod(method):
Callers
nothing calls this directly
Calls
1
__class__
Method · 0.80
Tested by
no test coverage detected