Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python3WebSpider/ProxyPool
/ __init__
Method
__init__
examples/usage2.py:61–63 ·
view source on GitHub ↗
(self, fetchSecond)
Source
from the content-addressed store, hash-verified
59
60
class
GetIpThread(threading.Thread):
61
def
__init__(self, fetchSecond):
62
super(GetIpThread, self).__init__()
63
self.fetchSecond = fetchSecond
64
65
def
run(self):
66
global ips
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected