MCPcopy
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

testRedisClientFunction · 0.95
testSsdbClientFunction · 0.95
freeProxy01Method · 0.45
freeProxy02Method · 0.45
freeProxy03Method · 0.45
freeProxy04Method · 0.45
freeProxy05Method · 0.45
freeProxy06Method · 0.45
freeProxy07Method · 0.45
freeProxy08Method · 0.45
freeProxy09Method · 0.45
freeProxy10Method · 0.45

Calls

no outgoing calls

Tested by 3

testRedisClientFunction · 0.76
testSsdbClientFunction · 0.76
testProxyFetcherFunction · 0.36