Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
__ifRaw
Method · 0.45
__ifUse
Method · 0.45
__runProxyFetch
Function · 0.45
__runProxyCheck
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected