Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ match
Method
match
Lib/zipfile/_path/__init__.py:410–411 ·
view source on GitHub ↗
(self, path_pattern)
Source
from the content-addressed store, hash-verified
408
return
filter(self._is_child, subs)
409
410
def
match(self, path_pattern):
411
return
pathlib.PurePosixPath(self.at).match(path_pattern)
412
413
def
is_symlink(self):
414
""
"
Callers
1
test_match_and_glob
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_match_and_glob
Method · 0.76