Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ start_b
Method
start_b
awscli/bcdoc/style.py:107–109 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
105
self._end_inline(
'**'
)
106
107
def
start_b(self, attrs=None):
108
self.doc.do_translation = True
109
self.start_bold(attrs)
110
111
def
end_b(self):
112
self.doc.do_translation = False
Callers
2
test_empty_bold
Method · 0.95
test_empty_bold
Method · 0.95
Calls
1
start_bold
Method · 0.95
Tested by
2
test_empty_bold
Method · 0.76
test_empty_bold
Method · 0.76