Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ clear
Method
clear
web/utils.py:1298–1299 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1296
has_key = __contains__
1297
1298
def
clear(self):
1299
self.__dict__.clear()
1300
1301
def
copy(self):
1302
return
self.__dict__.copy()
Callers
3
load
Method · 0.80
clear_all
Method · 0.80
reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected