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

Method __init__

testing/test_reports.py:236–237  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

234
235 class MyPathLike:
236 def __init__(self, path: str) -> None:
237 self.path = path
238
239 def __fspath__(self) -> str:
240 return self.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected