Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ tell
Method
tell
awscli/s3transfer/upload.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
self._fileobj.seek(where, whence)
96
97
def
tell(self):
98
return
self._fileobj.tell()
99
100
def
close(self):
101
self._fileobj.close()
Callers
3
test_tell
Method · 0.95
provide_transfer_size
Method · 0.45
_get_put_object_fileobj_with_full_size
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_tell
Method · 0.76