MCPcopy Create free account
hub / github.com/CloudPolis/webdav-client-python / move

Method move

webdav/client.py:1061–1065  ·  view source on GitHub ↗
(self, remote_path)

Source from the content-addressed store, hash-verified

1059 self.urn = Urn(new_path)
1060
1061 def move(self, remote_path):
1062
1063 new_urn = Urn(remote_path)
1064 self.client.move(remote_path_from=self.urn.path(), remote_path_to=new_urn.path())
1065 self.urn = new_urn
1066
1067 def copy(self, remote_path):
1068

Callers

nothing calls this directly

Calls 3

pathMethod · 0.95
UrnClass · 0.90
moveMethod · 0.45

Tested by

no test coverage detected