MCPcopy Create free account
hub / github.com/awolfly9/IPProxyTool / init_database

Method init_database

sql/sql_manager.py:27–28  ·  view source on GitHub ↗
(self, database_name)

Source from the content-addressed store, hash-verified

25 self.sql = MySql(**config.DB_config.get('db_type'))
26
27 def init_database(self, database_name):
28 pass
29
30 def init_proxy_table(self, table_name):
31 return self.sql.init_proxy_table(table_name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected