MCPcopy 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
152def 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

walkMethod · 0.95
PatternMatcherClass · 0.85

Tested by

no test coverage detected