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

Method doc_description

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

Source from the content-addressed store, hash-verified

456 pass
457
458 def doc_description(self, help_command, **kwargs):
459 doc = help_command.doc
460 service_model = help_command.obj
461 doc.style.h2('Description')
462 # TODO: need a documentation attribute.
463 doc.include_doc_string(service_model.documentation)
464
465 def doc_subitems_start(self, help_command, **kwargs):
466 doc = help_command.doc

Callers

nothing calls this directly

Calls 2

h2Method · 0.45
include_doc_stringMethod · 0.45

Tested by

no test coverage detected