Join path parts using the path separator that fits the remote OS.
(self, *args: str | PurePath)
| 133 | |
| 134 | @abstractmethod |
| 135 | def join_remote_path(self, *args: str | PurePath) -> PurePath: |
| 136 | """ |
| 137 | Join path parts using the path separator that fits the remote OS. |
| 138 | """ |
| 139 | |
| 140 | @abstractmethod |
| 141 | def copy_from( |
no outgoing calls
no test coverage detected