Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getFile
Method · 0.95
getBytes
Method · 0.95
getString
Method · 0.95
getJson
Method · 0.95
exists
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected