MCPcopy
hub / github.com/pytest-dev/pytest / fnmatch

Method fnmatch

src/_pytest/_py/path.py:64–65  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

62 return self.path.relto(arg)
63
64 def fnmatch(self, arg):
65 return self.path.fnmatch(arg)
66
67 def endswith(self, arg):
68 return str(self.path).endswith(arg)

Callers 8

fnmatch_exFunction · 0.45
pytest_ignore_collectFunction · 0.45
__call__Method · 0.45
test_fnmatch_fileMethod · 0.45

Calls

no outgoing calls