Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmiaio/algorithmia-python
/ file
Method
file
Algorithmia/datadirectory.py:64–65 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
62
return
True
63
64
def
file(self, name):
65
return
DataFile(self.client, pathJoin(self.path, name))
66
67
def
files(self):
68
return
self._get_directory_iterator(DataObjectType.file)
Callers
2
test_nonempty_directory_creation_and_deletion
Method · 0.95
list_files_small
Method · 0.95
Calls
2
DataFile
Class · 0.90
pathJoin
Function · 0.90
Tested by
2
test_nonempty_directory_creation_and_deletion
Method · 0.76
list_files_small
Method · 0.76