Pure base name of the path.
(self)
| 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): |
nothing calls this directly
no test coverage detected