Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ clear_all
Method
clear_all
web/utils.py:1274–1277 ·
view source on GitHub ↗
Clears all ThreadedDict instances.
()
Source
from the content-addressed store, hash-verified
1272
return
id(self)
1273
1274
def
clear_all():
1275
""
"Clears all ThreadedDict instances."
""
1276
for
t in list(ThreadedDict._instances):
1277
t.clear()
1278
1279
clear_all = staticmethod(clear_all)
1280
Callers
1
_cleanup
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected