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

Method get_section

awscli/botocore/docs/bcdoc/restdoc.py:186–188  ·  view source on GitHub ↗

Retrieve a section

(self, name)

Source from the content-addressed store, hash-verified

184 return section
185
186 def get_section(self, name):
187 """Retrieve a section"""
188 return self._structure[name]
189
190 def has_section(self, name):
191 return name in self._structure

Calls

no outgoing calls

Tested by

no test coverage detected