Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ __release_local__
Method
__release_local__
src/werkzeug/local.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
return
LocalProxy(self, name, unbound_message=unbound_message)
78
79
def
__release_local__(self) -> None:
80
self.__storage.set({})
81
82
def
__getattr__(self, name: str) -> t.Any:
83
values = self.__storage.get({})
Callers
1
release_local
Function · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected