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

Method append_documentation

awscli/botocore/docs/utils.py:201–205  ·  view source on GitHub ↗
(self, event_name, section, **kwargs)

Source from the content-addressed store, hash-verified

199 self._doc_string = doc_string
200
201 def append_documentation(self, event_name, section, **kwargs):
202 if self._parameter_name in section.available_sections:
203 section = section.get_section(self._parameter_name)
204 description_section = section.get_section('param-documentation')
205 description_section.writeln(self._doc_string)
206
207
208_CONTROLS = {

Callers 1

Calls 2

get_sectionMethod · 0.45
writelnMethod · 0.45

Tested by 1