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

Method _send_output_to_destination

awscli/help.py:174–175  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

172 }
173
174 def _send_output_to_destination(self, output):
175 self._send_output_to_browser(output)
176
177 def _send_output_to_browser(self, output):
178 html_file = tempfile.NamedTemporaryFile(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected