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

Method files

Algorithmia/datadirectory.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 return DataFile(self.client, pathJoin(self.path, name))
66
67 def files(self):
68 return self._get_directory_iterator(DataObjectType.file)
69
70 def dir(self, name):
71 return DataDirectory(self.client, pathJoin(self.path, name))

Callers 5

getDirMethod · 0.95
list_files_smallMethod · 0.95
lsMethod · 0.45
catMethod · 0.45
cpMethod · 0.45

Calls 1

Tested by 1

list_files_smallMethod · 0.76