MCPcopy Create free account
hub / github.com/Python3WebSpider/ProxyPool / __init__

Method __init__

examples/usage2.py:26–28  ·  view source on GitHub ↗
(self, proxyip)

Source from the content-addressed store, hash-verified

24
25class CrawlThread(threading.Thread):
26 def __init__(self, proxyip):
27 super(CrawlThread, self).__init__()
28 self.proxyip = proxyip
29
30 def run(self):
31 # 开始计时

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected