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

Method __release_local__

celery/utils/threads.py:131–132  ·  celery/utils/threads.py::Local.__release_local__
(self)

Source from the content-addressed store, hash-verified

129 return Proxy(self, proxy)
130
131 def __release_local__(self):
132 self.__storage__.pop(self.__ident_func__(), None)
133
134 def __getattr__(self, name):
135 try:

Callers 3

test_stackMethod · 0.45
release_localFunction · 0.45
__release_local__Method · 0.45

Calls 1

popMethod · 0.45

Tested by 1

test_stackMethod · 0.36