Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-cli
/ tell
Method
tell
awscli/s3transfer/utils.py:572–573 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
570
self._fileobj.close()
571
572
def
tell(self):
573
return
self._amount_read
574
575
def
__len__(self):
576
# __len__ is defined because requests will try to determine the length
Callers
11
tell
Method · 0.45
__init__
Method · 0.45
_gzip_compress_body
Function · 0.45
payload
Method · 0.45
determine_content_length
Function · 0.45
_calculate_md5_from_file
Function · 0.45
_handle_fileobj
Method · 0.45
add_glacier_checksums
Function · 0.45
file_checksum
Method · 0.45
_bundle_size
Method · 0.45
_check_file_needs_newline
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected