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

Method end_bold

awscli/bcdoc/style.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 self._start_inline('**')
103
104 def end_bold(self):
105 self._end_inline('**')
106
107 def start_b(self, attrs=None):
108 self.doc.do_translation = True

Callers 2

end_bMethod · 0.95
boldMethod · 0.95

Calls 1

_end_inlineMethod · 0.95

Tested by

no test coverage detected