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

Function _request_dict

tests/unit/botocore/test_compress.py:88–95  ·  view source on GitHub ↗
(body=REQUEST_BODY, headers=None)

Source from the content-addressed store, hash-verified

86
87
88def _request_dict(body=REQUEST_BODY, headers=None):
89 if headers is None:
90 headers = {}
91
92 return {
93 'body': body,
94 'headers': headers,
95 }
96
97
98def request_dict_non_seekable_text_stream():

Calls

no outgoing calls

Tested by

no test coverage detected