(deprecated) returns a legacy_path copy of self.path
(self: Node)
| 395 | |
| 396 | |
| 397 | def Node_fspath(self: Node) -> LEGACY_PATH: |
| 398 | """(deprecated) returns a legacy_path copy of self.path""" |
| 399 | return legacy_path(self.path) |
| 400 | |
| 401 | |
| 402 | def Node_fspath_set(self: Node, value: LEGACY_PATH) -> None: |
nothing calls this directly
no test coverage detected