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

Class WindowsHelpRenderer

awscli/help.py:309–318  ·  view source on GitHub ↗

Render help content on a Windows platform.

Source from the content-addressed store, hash-verified

307
308
309class WindowsHelpRenderer(WindowsPagingHelpRenderer):
310 """Render help content on a Windows platform."""
311
312 def _convert_doc_content(self, contents):
313 text_output = publish_string(
314 contents,
315 writer=TextWriter(),
316 settings_overrides=self._DEFAULT_DOCUTILS_SETTINGS_OVERRIDES,
317 )
318 return text_output
319
320
321class WindowsBrowserHelpRenderer(BrowserHelpRenderer):

Callers 1

get_rendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected