Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ update
Method
update
web/utils.py:1339–1340 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1337
return
self.__dict__.setdefault(key, default)
1338
1339
def
update(self, *args, **kwargs):
1340
self.__dict__.update(*args, **kwargs)
1341
1342
def
__repr__(self):
1343
return
"<ThreadedDict %r>"
% self.__dict__
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected