MCPcopy
hub / github.com/zju3dv/4K4D / remove

Method remove

easyvolcap/engine/file_client.py:1059–1065  ·  view source on GitHub ↗

Remove a file. Args: filepath (str, Path): Path to be removed.

(self, filepath: Union[str, Path])

Source from the content-addressed store, hash-verified

1057 self.client.put_text(obj, filepath)
1058
1059 def remove(self, filepath: Union[str, Path]) -> None:
1060 """Remove a file.
1061
1062 Args:
1063 filepath (str, Path): Path to be removed.
1064 """
1065 self.client.remove(filepath)
1066
1067 def exists(self, filepath: Union[str, Path]) -> bool:
1068 """Check whether a file path exists.

Callers 15

save_modelFunction · 0.45
add_meshFunction · 0.45
fromstringMethod · 0.45
symlinkFunction · 0.45
get_local_pathMethod · 0.45
removeMethod · 0.45
get_local_pathMethod · 0.45
__init__Method · 0.45
mainFunction · 0.45
mainFunction · 0.45
discard_blurryFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected