MCPcopy Index your code
hub / github.com/RustPython/RustPython / _tail

Method _tail

Lib/pathlib/__init__.py:360–365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

358
359 @property
360 def _tail(self):
361 try:
362 return self._tail_cached
363 except AttributeError:
364 self._drv, self._root, self._tail_cached = self._parse_path(self._raw_path)
365 return self._tail_cached
366
367 @property
368 def anchor(self):

Callers

nothing calls this directly

Calls 1

_parse_pathMethod · 0.95

Tested by

no test coverage detected