MCPcopy
hub / github.com/jhao104/proxy_pool / exists

Method exists

handler/proxyHandler.py:72–78  ·  view source on GitHub ↗

check proxy exists :param proxy: :return:

(self, proxy)

Source from the content-addressed store, hash-verified

70 return [Proxy.createFromJson(_) for _ in proxies]
71
72 def exists(self, proxy):
73 """
74 check proxy exists
75 :param proxy:
76 :return:
77 """
78 return self.db.exists(proxy.proxy)
79
80 def getCount(self):
81 """

Callers 2

__ifRawMethod · 0.45
logHandler.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected