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

Class AdvancedDataDirectory

Algorithmia/datadirectory.py:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198class AdvancedDataDirectory(DataDirectory):
199 def __init__(self, client, dataUrl):
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 1

dirMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected