Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ __release_local__
Method
__release_local__
src/werkzeug/local.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
self._storage = context_var
136
137
def
__release_local__(self) -> None:
138
self._storage.set([])
139
140
def
push(self, obj: T) -> list[T]:
141
""
"Add a new item to the top of the stack."
""
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected