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

Method purebasename

src/_pytest/_py/path.py:353–355  ·  view source on GitHub ↗

Pure base name of the path.

(self)

Source from the content-addressed store, hash-verified

351
352 @property
353 def purebasename(self):
354 """Pure base name of the path."""
355 return self._getbyspec("purebasename")[0]
356
357 @property
358 def ext(self):

Callers

nothing calls this directly

Calls 1

_getbyspecMethod · 0.95

Tested by

no test coverage detected