MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / dir

Method dir

Algorithmia/client.py:84–88  ·  view source on GitHub ↗
(self, dataUrl)

Source from the content-addressed store, hash-verified

82 return AdvancedDataFile(self, dataUrl, cleanup)
83
84 def dir(self, dataUrl):
85 if dataUrl.startswith('file://'):
86 return LocalDataDirectory(self, dataUrl)
87 else:
88 return AdvancedDataDirectory(self, dataUrl)
89
90 def create_user(self, requestString):
91 url = "/v1/users"

Callers 14

usernameMethod · 0.95
dirFunction · 0.45
mkdirMethod · 0.45
rmdirMethod · 0.45
lsMethod · 0.45
catMethod · 0.45
cpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
get_filesMethod · 0.45
test_exist_or_notMethod · 0.45

Calls 2

LocalDataDirectoryClass · 0.90

Tested by 7

setUpMethod · 0.36
setUpMethod · 0.36
get_filesMethod · 0.36
test_exist_or_notMethod · 0.36
test_create_deleteMethod · 0.36
test_listMethod · 0.36