MCPcopy Index your code
hub / github.com/webpy/webpy / reset

Method reset

web/browser.py:44–46  ·  view source on GitHub ↗

Clears all cookies and history.

(self)

Source from the content-addressed store, hash-verified

42 return self.data.decode("utf-8")
43
44 def reset(self):
45 """Clears all cookies and history."""
46 self.cookiejar.clear()
47
48 def build_opener(self):
49 """Builds the opener using (urllib2/urllib.request).build_opener.

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected