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

Method putFile

Algorithmia/datafile.py:260–265  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

258 return self
259
260 def putFile(self, path):
261 result = localPutHelper(path, self.path)
262 if 'error' in result:
263 raise raiseDataApiError(result)
264 else:
265 return self
266
267 def delete(self):
268 try:

Callers

nothing calls this directly

Calls 2

raiseDataApiErrorFunction · 0.90
localPutHelperFunction · 0.85

Tested by

no test coverage detected