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

Method settings

docker/models/plugins.py:27–31  ·  view source on GitHub ↗

A dictionary representing the plugin's configuration.

(self)

Source from the content-addressed store, hash-verified

25
26 @property
27 def settings(self):
28 """
29 A dictionary representing the plugin's configuration.
30 """
31 return self.attrs.get('Settings')
32
33 def configure(self, options):
34 """

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected