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

Method start_italics

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

Source from the content-addressed store, hash-verified

139 self._heading(s, '-')
140
141 def start_italics(self, attrs=None):
142 self._start_inline('*')
143
144 def end_italics(self):
145 self._end_inline('*')

Callers 2

italicsMethod · 0.95
start_iMethod · 0.95

Calls 1

_start_inlineMethod · 0.95

Tested by

no test coverage detected