Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ tell
Method
tell
Algorithmia/datafile.py:335–339 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
333
return
output
334
335
def
tell(self):
336
if
not self.local_file:
337
self.local_file = self.getFile()
338
output = self.local_file.tell()
339
return
output
340
341
def
seek(self, __offset, __whence=None):
342
if
not self.local_file:
Callers
nothing calls this directly
Calls
1
getFile
Method · 0.45
Tested by
no test coverage detected