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

Method creds_store

docker/auth.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194
195 @property
196 def creds_store(self):
197 return self.get('credsStore', None)
198
199 @property
200 def cred_helpers(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected