MCPcopy 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

decoratorFunction · 0.45
tryallFunction · 0.45
rawinputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected