MCPcopy
hub / github.com/docker/docker-py / resources

Method resources

docker/types/services.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62
63 @property
64 def resources(self):
65 return self.get('Resources')
66
67 @property
68 def restart_policy(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected