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

Method file

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

Source from the content-addressed store, hash-verified

177 os.rmdir(self.path)
178
179 def file(self, name):
180 return LocalDataFile(self.client, 'file://' + pathJoin(self.path, name))
181
182 def dir(self, name):
183 raise NotImplementedError

Callers

nothing calls this directly

Calls 2

LocalDataFileClass · 0.90
pathJoinFunction · 0.90

Tested by

no test coverage detected