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

Method get

tests/unit/auth_test.py:779–783  ·  view source on GitHub ↗
(self, server)

Source from the content-addressed store, hash-verified

777 self.__store = {}
778
779 def get(self, server):
780 try:
781 return self.__store[server]
782 except KeyError as ke:
783 raise credentials.errors.CredentialsNotFound() from ke
784
785 def store(self, server, username, secret):
786 self.__store[server] = {

Callers 15

requires_api_versionFunction · 0.45
requires_experimentalFunction · 0.45
test_getMethod · 0.45
test_listMethod · 0.45
test_list_sparseMethod · 0.45
test_list_get_updateMethod · 0.45
_keyMethod · 0.45
base.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected