MCPcopy 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_tellMethod · 0.95
provide_transfer_sizeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_tellMethod · 0.76