MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / delete

Method delete

Algorithmia/datadirectory.py:176–177  ·  view source on GitHub ↗
(self, force=False)

Source from the content-addressed store, hash-verified

174 os.mkdir(self.path)
175
176 def delete(self, force=False):
177 os.rmdir(self.path)
178
179 def file(self, name):
180 return LocalDataFile(self.client, 'file://' + pathJoin(self.path, name))

Callers

nothing calls this directly

Calls 1

rmdirMethod · 0.80

Tested by

no test coverage detected