Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-py
/ walk
Function
walk
docker/utils/build.py:152–154 ·
view source on GitHub ↗
(root, patterns, default=True)
Source
from the content-addressed store, hash-verified
150
151
152
def
walk(root, patterns, default=True):
153
pm = PatternMatcher(patterns)
154
return
pm.walk(root)
155
156
157
# Heavily based on
Callers
nothing calls this directly
Calls
2
walk
Method · 0.95
PatternMatcher
Class · 0.85
Tested by
no test coverage detected