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

Method plugins

docker/client.py:144–149  ·  view source on GitHub ↗

An object for managing plugins on the server. See the :doc:`plugins documentation ` for full details.

(self)

Source from the content-addressed store, hash-verified

142
143 @property
144 def plugins(self):
145 """
146 An object for managing plugins on the server. See the
147 :doc:`plugins documentation <plugins>` for full details.
148 """
149 return PluginCollection(client=self)
150
151 @property
152 def secrets(self):

Callers 1

test_list_pluginsMethod · 0.45

Calls 1

PluginCollectionClass · 0.85

Tested by 1

test_list_pluginsMethod · 0.36