MCPcopy 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_foldersMethod · 0.95
lsMethod · 0.45

Calls 1

Tested by 1

test_list_foldersMethod · 0.76