MCPcopy 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
37def is_port_valid(port):
38 return port.isdigit()
39
40
41def convert_proxy_or_proxies(data):

Callers 1

is_valid_proxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected