Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ enabled
Method
enabled
docker/models/plugins.py:20–24 ·
view source on GitHub ↗
Whether the plugin is enabled.
(self)
Source
from the content-addressed store, hash-verified
18
19
@property
20
def
enabled(self):
21
""
"
22
Whether the plugin is enabled.
23
""
"
24
return
self.attrs.get(
'Enabled'
)
25
26
@property
27
def
settings(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected