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

Method exists

Algorithmia/datafile.py:108–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 raise DataApiError("Attempted to .getNumpy() file without numpy available, please install numpy.")
107
108 def exists(self):
109 # In order to not break backward compatability keeping this method to only return
110 # a boolean
111 exists, error = self.existsWithError()
112 return exists
113
114 def existsWithError(self):
115 response = self.client.headHelper(self.url)

Callers 15

get_templateMethod · 0.45
freezeMethod · 0.45
mkdirMethod · 0.45
rmdirMethod · 0.45
rmMethod · 0.45
catMethod · 0.45
cpMethod · 0.45
getconfigfileMethod · 0.45
setUpMethod · 0.45
test_exists_or_notMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

existsWithErrorMethod · 0.95

Tested by 13

setUpMethod · 0.36
test_exists_or_notMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
get_filesMethod · 0.36
test_exist_or_notMethod · 0.36
test_create_deleteMethod · 0.36
test_algo_existsMethod · 0.36
test_algo_no_existsMethod · 0.36
test_algo_existsMethod · 0.36