Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Python3WebSpider/ProxyPool
/ parse
Method
parse
proxypool/testers/base.py:18–19 ·
view source on GitHub ↗
(self, html, url, proxy, expr='{"code":0')
Source
from the content-addressed store, hash-verified
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.45
Calls
no outgoing calls
Tested by
1
test
Method · 0.36