(self, table_name)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected