MCPcopy
hub / github.com/zenml-io/zenml / remove

Method remove

src/zenml/io/filesystem.py:153–161  ·  view source on GitHub ↗

Remove the file at the given path. Dangerous operation. Args: path: The path to the file to remove. Raises: FileNotFoundError: If the file does not exist.

(path: PathType)

Source from the content-addressed store, hash-verified

151 @staticmethod
152 @abstractmethod
153 def remove(path: PathType) -> None:
154 """Remove the file at the given path. Dangerous operation.
155
156 Args:
157 path: The path to the file to remove.
158
159 Raises:
160 FileNotFoundError: If the file does not exist.
161 """ # noqa: DOC502
162
163 @staticmethod
164 @abstractmethod

Callers 15

createFieldFunction · 0.45
syncJsonToFormFunction · 0.45
setExpandedFunction · 0.45
attachEventListenersFunction · 0.45
saveMethod · 0.45
loadMethod · 0.45
export_requirementsFunction · 0.45
installFunction · 0.45

Calls

no outgoing calls