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

Method tearDown

awscli/testutils.py:447–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445 self.yaml.representer.default_flow_style = False
446
447 def tearDown(self):
448 # This clears all the previous registrations.
449 self.environ_patch.stop()
450 if self.make_request_is_patched:
451 self.make_request_patch.stop()
452 self.make_request_is_patched = False
453
454 def before_call(self, params, **kwargs):
455 self._store_params(params)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected