Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ dirs
Method
dirs
Algorithmia/datadirectory.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
DataDirectory(self.client, pathJoin(self.path, name))
72
73
def
dirs(self):
74
return
self._get_directory_iterator(DataObjectType.directory)
75
76
def
getDir(self):
77
directory = tempfile.mkdtemp()
Callers
2
test_list_folders
Method · 0.95
ls
Method · 0.45
Calls
1
_get_directory_iterator
Method · 0.95
Tested by
1
test_list_folders
Method · 0.76