MCPcopy
hub / github.com/celery/celery / __release_local__

Method __release_local__

celery/utils/threads.py:185–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 self._local = Local()
184
185 def __release_local__(self):
186 self._local.__release_local__()
187
188 def _get__ident_func__(self):
189 return self._local.__ident_func__

Callers

nothing calls this directly

Calls 1

__release_local__Method · 0.45

Tested by

no test coverage detected