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

Method __init__

handler/proxyHandler.py:24–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 """ Proxy CRUD operator"""
23
24 def __init__(self):
25 self.conf = ConfigHandler()
26 self.db = DbClient(self.conf.dbConn)
27 self.db.changeTable(self.conf.tableName)
28
29 def get(self, https=False):
30 """

Callers

nothing calls this directly

Calls 3

ConfigHandlerClass · 0.90
DbClientClass · 0.90
changeTableMethod · 0.45

Tested by

no test coverage detected