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

Method start_bold

awscli/bcdoc/style.py:101–102  ·  view source on GitHub ↗
(self, attrs=None)

Source from the content-addressed store, hash-verified

99 self.doc.write(markup + ' ')
100
101 def start_bold(self, attrs=None):
102 self._start_inline('**')
103
104 def end_bold(self):
105 self._end_inline('**')

Callers 2

start_bMethod · 0.95
boldMethod · 0.95

Calls 1

_start_inlineMethod · 0.95

Tested by

no test coverage detected