Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-py
/ name
Method
name
docker/models/plugins.py:13–17 ·
view source on GitHub ↗
The plugin's name.
(self)
Source
from the content-addressed store, hash-verified
11
12
@property
13
def
name(self):
14
""
"
15
The plugin&
#x27;s name.
16
""
"
17
return
self.attrs.get(
'Name'
)
18
19
@property
20
def
enabled(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected