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

Method put

handler/proxyHandler.py:49–54  ·  view source on GitHub ↗

put proxy into use proxy :return:

(self, proxy)

Source from the content-addressed store, hash-verified

47 return None
48
49 def put(self, proxy):
50 """
51 put proxy into use proxy
52 :return:
53 """
54 self.db.put(proxy)
55
56 def delete(self, proxy):
57 """

Callers 4

__ifRawMethod · 0.45
__ifUseMethod · 0.45
__runProxyFetchFunction · 0.45
__runProxyCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected