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

Method __init__

sql/sql_base.py:4–5  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

2
3class SqlBase(object):
4 def __init__(self, **kwargs):
5 pass
6
7 def init_database(self, database_name):
8 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected