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

Method add_title_section

awscli/botocore/docs/bcdoc/restdoc.py:224–227  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

222 self._writes = []
223
224 def add_title_section(self, title):
225 title_section = self.add_new_section('title')
226 title_section.style.h1(title)
227 return title_section
228
229 def write_to_file(self, full_path, file_name):
230 if not os.path.exists(full_path):

Callers 4

_add_client_methodMethod · 0.80
_add_exception_classMethod · 0.80
_add_paginatorMethod · 0.80
_add_single_waiterMethod · 0.80

Calls 2

add_new_sectionMethod · 0.95
h1Method · 0.45

Tested by

no test coverage detected