Internal wrapper to prepare lazy proxies for legacy_path instances
(path: Union[str, "os.PathLike[str]"])
| 38 | |
| 39 | |
| 40 | def legacy_path(path: Union[str, "os.PathLike[str]"]) -> LEGACY_PATH: |
| 41 | """Internal wrapper to prepare lazy proxies for legacy_path instances""" |
| 42 | return LEGACY_PATH(path) |
| 43 | |
| 44 | |
| 45 | # fmt: off |
no outgoing calls