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

Method _generate_structure

awscli/botocore/docs/bcdoc/restdoc.py:155–157  ·  view source on GitHub ↗
(self, section_names)

Source from the content-addressed store, hash-verified

153 return self._context
154
155 def _generate_structure(self, section_names):
156 for section_name in section_names:
157 self.add_new_section(section_name)
158
159 def add_new_section(self, name, context=None):
160 """Adds a new section to the current document structure

Callers 1

__init__Method · 0.95

Calls 1

add_new_sectionMethod · 0.95

Tested by

no test coverage detected