Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ cred_helpers
Method
cred_helpers
docker/auth.py:200–201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
199
@property
200
def
cred_helpers(self):
201
return
self.get(
'credHelpers'
, {})
202
203
@property
204
def
is_empty(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected