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

Method info

docker/client.py:192–193  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

190 df.__doc__ = APIClient.df.__doc__
191
192 def info(self, *args, **kwargs):
193 return self.api.info(*args, **kwargs)
194 info.__doc__ = APIClient.info.__doc__
195
196 def login(self, *args, **kwargs):

Callers 6

wrappedFunction · 0.45
test_imagesMethod · 0.45
test_infoMethod · 0.45
test_infoMethod · 0.45
test_infoMethod · 0.45
test_infoMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_imagesMethod · 0.36
test_infoMethod · 0.36
test_infoMethod · 0.36
test_infoMethod · 0.36
test_infoMethod · 0.36