Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Python3WebSpider/ProxyPool
/ is_auth_proxy
Function
is_auth_proxy
proxypool/utils/proxy.py:70–71 ·
view source on GitHub ↗
(data: str)
Source
from the content-addressed store, hash-verified
68
69
70
def
is_auth_proxy(data: str) -> bool:
71
return
'@'
in data
72
73
74
def
extract_auth_proxy(data: str) -> (str, str):
Callers
3
is_valid_proxy
Function · 0.85
is_ip_valid
Function · 0.85
convert_proxy_or_proxies
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected