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

Method changeTable

db/dbClient.py:113–114  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

111 return self.client.clear()
112
113 def changeTable(self, name):
114 self.client.changeTable(name)
115
116 def getCount(self):
117 return self.client.getCount()

Callers 3

testRedisClientFunction · 0.95
testSsdbClientFunction · 0.95
__init__Method · 0.45

Calls

no outgoing calls

Tested by 2

testRedisClientFunction · 0.76
testSsdbClientFunction · 0.76