MCPcopy Index your code
hub / github.com/docker/docker-py / list

Method list

tests/unit/auth_test.py:792–795  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

790 }
791
792 def list(self):
793 return {
794 k: v['Username'] for k, v in self.__store.items()
795 }
796
797 def erase(self, server):
798 del self.__store[server]

Callers 15

test_listMethod · 0.45
test_list_sparseMethod · 0.45
test_removeMethod · 0.45
test_list_get_updateMethod · 0.45
test_listMethod · 0.45
test_tag_and_removeMethod · 0.45
test_list_removeMethod · 0.45
test_list_removeMethod · 0.45
test_list_removeMethod · 0.45
test_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected