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

Method endswith

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

Source from the content-addressed store, hash-verified

65 return self.path.fnmatch(arg)
66
67 def endswith(self, arg):
68 return str(self.path).endswith(arg)
69
70 def _evaluate(self, kw):
71 from .._code.source import getrawcode

Callers 15

import_pathFunction · 0.80
mkrelMethod · 0.80
summary_statsMethod · 0.80
joinMethod · 0.80
pyimportMethod · 0.80
consider_pluginargMethod · 0.80
_iter_rewritable_modulesFunction · 0.80
announceFunction · 0.80
test_writelineMethod · 0.80
check_tests_in_outputMethod · 0.80

Calls

no outgoing calls