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

Method bold

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

Source from the content-addressed store, hash-verified

113 self.end_bold()
114
115 def bold(self, s):
116 if s:
117 self.start_bold()
118 self.doc.write(s)
119 self.end_bold()
120
121 def ref(self, title, link=None):
122 if link is None:

Callers 2

test_boldMethod · 0.95
test_boldMethod · 0.95

Calls 3

start_boldMethod · 0.95
end_boldMethod · 0.95
writeMethod · 0.45

Tested by 2

test_boldMethod · 0.76
test_boldMethod · 0.76