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

Method render

awscli/help.py:93–99  ·  view source on GitHub ↗

Each implementation of HelpRenderer must implement this render method.

(self, contents)

Source from the content-addressed store, hash-verified

91 self.output_stream = output_stream
92
93 def render(self, contents):
94 """
95 Each implementation of HelpRenderer must implement this
96 render method.
97 """
98 converted_content = self._convert_doc_content(contents)
99 self._send_output_to_destination(converted_content)
100
101 def _send_output_to_destination(self, output):
102 """

Callers 1

__call__Method · 0.45

Calls 2

_convert_doc_contentMethod · 0.95

Tested by

no test coverage detected