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

Method store

tests/unit/auth_test.py:785–790  ·  view source on GitHub ↗
(self, server, username, secret)

Source from the content-addressed store, hash-verified

783 raise credentials.errors.CredentialsNotFound() from ke
784
785 def store(self, server, username, secret):
786 self.__store[server] = {
787 'ServerURL': server,
788 'Username': username,
789 'Secret': secret,
790 }
791
792 def list(self):
793 return {

Callers 7

test_store_and_getMethod · 0.45
test_store_and_eraseMethod · 0.45
test_unicode_stringsMethod · 0.45
test_listMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected