(self, *args, **kwargs)
| 479 | push.__doc__ = APIClient.push.__doc__ |
| 480 | |
| 481 | def remove(self, *args, **kwargs): |
| 482 | self.client.api.remove_image(*args, **kwargs) |
| 483 | remove.__doc__ = APIClient.remove_image.__doc__ |
| 484 | |
| 485 | def search(self, *args, **kwargs): |
nothing calls this directly
no test coverage detected