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

Method tear_down

scripts/performance/simple_stubbed_tests.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self._responses = []
35
36 def tear_down(self):
37 self._urllib3_patch.stop()
38
39 def add_response(self, body, headers, status_code):
40 response = AWSResponse(

Callers 1

end_iterationMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected