MCPcopy Create free account
hub / github.com/docker/docker-py / convert_paths

Function convert_paths

tests/unit/utils_build_test.py:17–18  ·  view source on GitHub ↗
(collection)

Source from the content-addressed store, hash-verified

15
16
17def convert_paths(collection):
18 return set(map(convert_path, collection))
19
20
21def convert_path(path):

Calls

no outgoing calls

Tested by

no test coverage detected