(self, remote_path)
| 1065 | self.urn = new_urn |
| 1066 | |
| 1067 | def copy(self, remote_path): |
| 1068 | |
| 1069 | urn = Urn(remote_path) |
| 1070 | self.client.copy(remote_path_from=self.urn.path(), remote_path_to=remote_path) |
| 1071 | return Resource(self.client, urn) |
| 1072 | |
| 1073 | def info(self, params=None): |
| 1074 |