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

Method tearDown

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

Source from the content-addressed store, hash-verified

561 self.entry_point = awscli.clidriver.AWSCLIEntryPoint(self.driver)
562
563 def tearDown(self):
564 self.environ_patch.stop()
565 if self.send_is_patched:
566 self.send_patch.stop()
567 self.send_is_patched = False
568
569 def patch_send(self, status_code=200, headers={}, content=b''):
570 if self.send_is_patched:

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected