MCPcopy Index your code
hub / github.com/aws/aws-cli / RawResponse

Class RawResponse

tests/utils/botocore/__init__.py:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390
391class RawResponse(BytesIO):
392 # TODO: There's a few objects similar to this in various tests, let's
393 # try and consolidate to this one in a future commit.
394 def stream(self, **kwargs):
395 contents = self.read()
396 while contents:
397 yield contents
398 contents = self.read()
399
400
401class BaseHTTPStubber:

Callers 5

add_imds_responseMethod · 0.90
add_imds_responseMethod · 0.90
add_responseMethod · 0.90
add_responseMethod · 0.70

Calls

no outgoing calls

Tested by 4

add_imds_responseMethod · 0.72
add_imds_responseMethod · 0.72
add_responseMethod · 0.72