Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_bold
Method · 0.95
test_bold
Method · 0.95
Calls
3
start_bold
Method · 0.95
end_bold
Method · 0.95
write
Method · 0.45
Tested by
2
test_bold
Method · 0.76
test_bold
Method · 0.76