Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-py
/ match
Method
match
docker/utils/build.py:259–260 ·
view source on GitHub ↗
(self, filepath)
Source
from the content-addressed store, hash-verified
257
return
split
258
259
def
match(self, filepath):
260
return
fnmatch(normalize_slashes(filepath), self.cleaned_pattern)
Callers
6
ctrl_with
Function · 0.80
fnmatchcase
Function · 0.80
match_tag
Function · 0.80
matches
Method · 0.80
split_port
Function · 0.80
json_splitter
Function · 0.80
Calls
2
fnmatch
Function · 0.90
normalize_slashes
Function · 0.85
Tested by
no test coverage detected