MCPcopy
hub / github.com/pyload/pyload / clearCookies

Method clearCookies

module/network/Browser.py:68–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return (self.arrived * 100) / self.size
67
68 def clearCookies(self):
69 if self.cj:
70 self.cj.clear()
71 self.http.clearCookies()
72
73 def clearReferer(self):
74 self.http.lastURL = None

Callers 4

preprocessingMethod · 0.45
cleanMethod · 0.45
waitMethod · 0.45
restartMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected