Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __init__
Method
__init__
celery/utils/threads.py:182–183 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
""
"
181
182
def
__init__(self):
183
self._local = Local()
184
185
def
__release_local__(self):
186
self._local.__release_local__()
Callers
nothing calls this directly
Calls
1
Local
Class · 0.85
Tested by
no test coverage detected