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

Function Node_fspath

src/_pytest/legacypath.py:397–399  ·  view source on GitHub ↗

(deprecated) returns a legacy_path copy of self.path

(self: Node)

Source from the content-addressed store, hash-verified

395
396
397def Node_fspath(self: Node) -> LEGACY_PATH:
398 """(deprecated) returns a legacy_path copy of self.path"""
399 return legacy_path(self.path)
400
401
402def Node_fspath_set(self: Node, value: LEGACY_PATH) -> None:

Callers

nothing calls this directly

Calls 1

legacy_pathFunction · 0.90

Tested by

no test coverage detected