Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_seek
Method · 0.95
test_tell
Method · 0.95
provide_transfer_size
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_seek
Method · 0.76
test_tell
Method · 0.76