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

Method file

Algorithmia/datadirectory.py:202–203  ·  view source on GitHub ↗
(self, name, cleanup=True)

Source from the content-addressed store, hash-verified

200 super(AdvancedDataDirectory, self).__init__(client, dataUrl)
201
202 def file(self, name, cleanup=True):
203 return AdvancedDataFile(self.client, pathJoin(self.path, name), cleanup)

Callers

nothing calls this directly

Calls 2

AdvancedDataFileClass · 0.90
pathJoinFunction · 0.90

Tested by

no test coverage detected