MCPcopy Create free account
hub / github.com/algorithmiaio/algorithmia-python / file

Method file

Algorithmia/datadirectory.py:64–65  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

62 return True
63
64 def file(self, name):
65 return DataFile(self.client, pathJoin(self.path, name))
66
67 def files(self):
68 return self._get_directory_iterator(DataObjectType.file)

Calls 2

DataFileClass · 0.90
pathJoinFunction · 0.90