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

Method delete_section

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

Delete a section

(self, name)

Source from the content-addressed store, hash-verified

191 return name in self._structure
192
193 def delete_section(self, name):
194 """Delete a section"""
195 del self._structure[name]
196
197 def flush_structure(self):
198 """Flushes a doc structure to a ReSTructed string

Callers 2

hide_paramMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected