Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
preprocessing
Method · 0.45
clean
Method · 0.45
wait
Method · 0.45
restart
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected