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

Method doc_description

awscli/clidocs.py:130–134  ·  view source on GitHub ↗
(self, help_command, **kwargs)

Source from the content-addressed store, hash-verified

128 doc.style.h1(help_command.name)
129
130 def doc_description(self, help_command, **kwargs):
131 doc = help_command.doc
132 doc.style.h2('Description')
133 doc.include_doc_string(help_command.description)
134 doc.style.new_paragraph()
135
136 def doc_synopsis_start(self, help_command, **kwargs):
137 self._documented_arg_groups = []

Callers 4

test_descriptionMethod · 0.45
test_descriptionMethod · 0.45

Calls 3

h2Method · 0.45
include_doc_stringMethod · 0.45
new_paragraphMethod · 0.45

Tested by 4

test_descriptionMethod · 0.36
test_descriptionMethod · 0.36