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

Method close

awscli/botocore/awsrequest.py:79–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self._send_called = False
78
79 def close(self):
80 super().close()
81 # Reset all of our instance state we were tracking.
82 self._response_received = False
83 self._expect_header_set = False
84 self._send_called = False
85 self.response_class = self._original_response_cls
86
87 def request(self, method, url, body=None, headers=None, *args, **kwargs):
88 if headers is None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected