Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
convert_paths(collection):
18
return
set(map(convert_path, collection))
19
20
21
def
convert_path(path):
Callers
15
test_no_excludes
Method · 0.85
test_exclude_dockerfile_dockerignore
Method · 0.85
test_exclude_custom_dockerfile
Method · 0.85
test_single_filename
Method · 0.85
test_single_filename_leading_dot_slash
Method · 0.85
test_single_filename_trailing_slash
Method · 0.85
test_wildcard_filename_start
Method · 0.85
test_wildcard_with_exception
Method · 0.85
test_wildcard_with_wildcard_exception
Method · 0.85
test_wildcard_filename_end
Method · 0.85
test_question_mark
Method · 0.85
test_single_subdir_single_filename
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected