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

Method _start_inline

awscli/bcdoc/style.py:79–80  ·  view source on GitHub ↗
(self, markup)

Source from the content-addressed store, hash-verified

77 self.doc.write('\n%s' % self.spaces())
78
79 def _start_inline(self, markup):
80 self.doc.write(markup)
81
82 def _end_inline(self, markup):
83 # Sometimes the HTML markup has whitespace between the end

Callers 3

start_boldMethod · 0.95
start_italicsMethod · 0.95
start_codeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected