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

Method __missing__

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

Source from the content-addressed store, hash-verified

528 path: Path
529
530 def __missing__(self, path: Path) -> str:
531 r = bestrelpath(self.path, path)
532 self[path] = r
533 return r
534
535
536@final

Callers

nothing calls this directly

Calls 1

bestrelpathFunction · 0.90

Tested by

no test coverage detected