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

Method init_proxy_table

sql/sql_manager.py:30–31  ·  view source on GitHub ↗
(self, table_name)

Source from the content-addressed store, hash-verified

28 pass
29
30 def init_proxy_table(self, table_name):
31 return self.sql.init_proxy_table(table_name)
32
33 def insert_proxy(self, table_name, proxy):
34 return self.sql.insert_proxy(table_name, proxy)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected