Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ name
Method
name
docker/models/networks.py:12–16 ·
view source on GitHub ↗
The name of the network.
(self)
Source
from the content-addressed store, hash-verified
10
""
"
11
@property
12
def
name(self):
13
""
"
14
The name of the network.
15
""
"
16
return
self.attrs.get(
'Name'
)
17
18
@property
19
def
containers(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected