MCPcopy
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_localFunction · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected