MCPcopy 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

loadMethod · 0.80
clear_allMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected