MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __missing__

Method __missing__

src/_pytest/main.py:447–450  ·  view source on GitHub ↗
(self, path: Path)

Source from the content-addressed store, hash-verified

445 path: Path
446
447 def __missing__(self, path: Path) -> str:
448 r = bestrelpath(self.path, path)
449 self[path] = r
450 return r
451
452
453@final

Callers

nothing calls this directly

Calls 1

bestrelpathFunction · 0.90

Tested by

no test coverage detected