MCPcopy Index your code
hub / github.com/Boris-code/feapder / warn

Method warn

feapder/network/proxy_pool_old.py:443–449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

441 self.warn_flag = False
442
443 def warn(self):
444 if not self.warn_flag:
445 for url in self.proxy_source_url:
446 if "zhima" in url:
447 continue
448 self.warn_flag = True
449 return
450
451 @property
452 def queue_size(self):

Callers 7

getMethod · 0.95
fFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected