Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jhao104/proxy_pool
/ get
Method
get
db/dbClient.py:89–90 ·
view source on GitHub ↗
(self, https, **kwargs)
Source
from the content-addressed store, hash-verified
87
db=self.db_name)
88
89
def
get(self, https, **kwargs):
90
return
self.client.get(https, **kwargs)
91
92
def
put(self, key, **kwargs):
93
return
self.client.put(key, **kwargs)
Callers
15
testRedisClient
Function · 0.95
testSsdbClient
Function · 0.95
freeProxy01
Method · 0.45
freeProxy02
Method · 0.45
freeProxy03
Method · 0.45
freeProxy04
Method · 0.45
freeProxy05
Method · 0.45
freeProxy06
Method · 0.45
freeProxy07
Method · 0.45
freeProxy08
Method · 0.45
freeProxy09
Method · 0.45
freeProxy10
Method · 0.45
Calls
no outgoing calls
Tested by
3
testRedisClient
Function · 0.76
testSsdbClient
Function · 0.76
testProxyFetcher
Function · 0.36