MCPcopy Index your code
hub / github.com/Python3WebSpider/ProxyPool / is_full

Method is_full

proxypool/processors/getter.py:22–27  ·  view source on GitHub ↗

if proxypool if full return: bool

(self)

Source from the content-addressed store, hash-verified

20 self.testers = [tester_cls() for tester_cls in self.testers_cls]
21
22 def is_full(self):
23 """
24 if proxypool if full
25 return: bool
26 """
27 return self.redis.count() >= PROXY_NUMBER_MAX
28
29 @logger.catch
30 def run(self):

Callers 1

runMethod · 0.95

Calls 1

countMethod · 0.80

Tested by

no test coverage detected