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

Method delete

Algorithmia/datafile.py:267–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 return self
266
267 def delete(self):
268 try:
269 os.remove(self.path)
270 return True
271 except:
272 raise DataApiError('Failed to delete local file ' + self.path)
273
274
275def localPutHelper(path, contents):

Callers

nothing calls this directly

Calls 1

DataApiErrorClass · 0.90

Tested by

no test coverage detected