MCPcopy Index your code
hub / github.com/docker/docker-py / search

Method search

docker/models/images.py:485–486  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

483 remove.__doc__ = APIClient.remove_image.__doc__
484
485 def search(self, *args, **kwargs):
486 return self.client.api.search(*args, **kwargs)
487 search.__doc__ = APIClient.search.__doc__
488
489 def prune(self, filters=None):

Callers 2

buildMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected