MCPcopy Create free account
hub / github.com/algorithmiaio/algorithmia-python / dir

Method dir

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

Source from the content-addressed store, hash-verified

68 return self._get_directory_iterator(DataObjectType.file)
69
70 def dir(self, name):
71 return DataDirectory(self.client, pathJoin(self.path, name))
72
73 def dirs(self):
74 return self._get_directory_iterator(DataObjectType.directory)

Callers

nothing calls this directly

Calls 2

pathJoinFunction · 0.90
DataDirectoryClass · 0.85

Tested by

no test coverage detected