Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Python3WebSpider/ProxyPool
/ is_port_valid
Function
is_port_valid
proxypool/utils/proxy.py:37–38 ·
view source on GitHub ↗
(port)
Source
from the content-addressed store, hash-verified
35
36
37
def
is_port_valid(port):
38
return
port.isdigit()
39
40
41
def
convert_proxy_or_proxies(data):
Callers
1
is_valid_proxy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected