(self, table_name, proxy)
| 40 | return self.sql.select_proxy(table_name, **kwargs) |
| 41 | |
| 42 | def update_proxy(self, table_name, proxy): |
| 43 | return self.sql.update_proxy(table_name, proxy) |
| 44 | |
| 45 | def update_valid_proxy(self,id=0): |
| 46 | return self.sql.update_valid_proxy(id=id) |
nothing calls this directly
no outgoing calls
no test coverage detected