MCPcopy
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

tellMethod · 0.45
__init__Method · 0.45
_gzip_compress_bodyFunction · 0.45
payloadMethod · 0.45
determine_content_lengthFunction · 0.45
_calculate_md5_from_fileFunction · 0.45
_handle_fileobjMethod · 0.45
add_glacier_checksumsFunction · 0.45
file_checksumMethod · 0.45
_bundle_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected