Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_list
Method · 0.45
test_list_sparse
Method · 0.45
test_remove
Method · 0.45
test_list_get_update
Method · 0.45
test_list
Method · 0.45
test_list_with_repository
Method · 0.45
test_tag_and_remove
Method · 0.45
test_list_remove
Method · 0.45
test_list_remove
Method · 0.45
test_connect_disconnect
Method · 0.45
test_list_remove
Method · 0.45
test_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected