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

Function Node_fspath_set

src/_pytest/legacypath.py:402–403  ·  view source on GitHub ↗
(self: Node, value: LEGACY_PATH)

Source from the content-addressed store, hash-verified

400
401
402def Node_fspath_set(self: Node, value: LEGACY_PATH) -> None:
403 self.path = Path(value)
404
405
406@hookimpl(tryfirst=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected