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

Method h1

awscli/bcdoc/style.py:132–133  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

130 self.new_paragraph()
131
132 def h1(self, s):
133 self._heading(s, '*')
134
135 def h2(self, s):
136 self._heading(s, '=')

Callers 5

test_h1Method · 0.95
test_h1Method · 0.95
doc_titleMethod · 0.45
doc_titleMethod · 0.45
doc_titleMethod · 0.45

Calls 1

_headingMethod · 0.95

Tested by 2

test_h1Method · 0.76
test_h1Method · 0.76