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

Method existsWithError

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

Source from the content-addressed store, hash-verified

239 return self.existsWithError()[0]
240
241 def existsWithError(self):
242 return os.path.isfile(self.path), ''
243
244 def put(self, data):
245 # First turn the data to bytes if we can

Callers 5

getFileMethod · 0.95
getBytesMethod · 0.95
getStringMethod · 0.95
getJsonMethod · 0.95
existsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected