Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ copy
Method
copy
web/utils.py:1301–1302 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1299
self.__dict__.clear()
1300
1301
def
copy(self):
1302
return
self.__dict__.copy()
1303
1304
def
get(self, key, default=None):
1305
return
self.__dict__.get(key, default)
Callers
3
decorator
Function · 0.45
tryall
Function · 0.45
rawinput
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected