MCPcopy Create free account
hub / github.com/aws/aws-cli / seek

Method seek

awscli/s3transfer/upload.py:94–95  ·  view source on GitHub ↗
(self, where, whence=0)

Source from the content-addressed store, hash-verified

92 return self._fileobj.read(amount)
93
94 def seek(self, where, whence=0):
95 self._fileobj.seek(where, whence)
96
97 def tell(self):
98 return self._fileobj.tell()

Callers 3

test_seekMethod · 0.95
test_tellMethod · 0.95
provide_transfer_sizeMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_seekMethod · 0.76
test_tellMethod · 0.76