Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ reset
Method
reset
tornado/web.py:2783–2785 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
2781
2782
@classmethod
2783
def
reset(cls) -> None:
2784
with
cls._lock:
2785
cls._static_hashes = {}
2786
2787
def
head(self, path: str) -> Awaitable[None]:
2788
return
self.get(path, include_body=False)
Callers
1
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected