Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getDir
Method · 0.95
list_files_small
Method · 0.95
ls
Method · 0.45
cat
Method · 0.45
cp
Method · 0.45
Calls
1
_get_directory_iterator
Method · 0.95
Tested by
1
list_files_small
Method · 0.76