Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-cli
/ tell
Method
tell
awscli/s3transfer/utils.py:390–393 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
388
self._fileobj.seek(where, whence)
389
390
def
tell(self):
391
if
self._fileobj is None:
392
return
self._start_byte
393
return
self._fileobj.tell()
394
395
def
close(self):
396
if
self._fileobj:
Callers
nothing calls this directly
Calls
1
tell
Method · 0.45
Tested by
no test coverage detected