Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Python3WebSpider/ProxyPool
/ cookies
Method
cookies
proxypool/testers/base.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
return
None
14
15
def
cookies(self):
16
return
None
17
18
async
def
parse(self, html, url, proxy, expr=
'{"code":0'
):
19
return
True
if
expr in html
else
False
Callers
1
test
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.64