Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-cli
/ read
Method
read
tests/unit/botocore/test_awsrequest.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
return
iter(self._stream)
100
101
def
read(self):
102
return
self._stream.read()
103
104
def
seek(self, offset, whence=0):
105
self._stream.seek(offset, whence)
Callers
15
stream
Method · 0.45
get_key_contents
Method · 0.45
load_private_key_and_public_key
Method · 0.45
test_streaming_output_operation
Method · 0.45
test_no_sign_request
Method · 0.45
test_can_send_extra_params_on_download
Method · 0.45
md5_checksum
Function · 0.45
test_can_send_extra_params_on_download
Method · 0.45
test_can_get_and_put_object
Method · 0.45
test_get_object_stream_wrapper
Method · 0.45
test_unicode_key_put_list
Method · 0.45
test_reset_stream_on_redirects
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected