Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_bold
Method
start_bold
awscli/bcdoc/style.py:101–102 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
99
self.doc.write(markup +
' '
)
100
101
def
start_bold(self, attrs=None):
102
self._start_inline(
'**'
)
103
104
def
end_bold(self):
105
self._end_inline(
'**'
)
Callers
2
start_b
Method · 0.95
bold
Method · 0.95
Calls
1
_start_inline
Method · 0.95
Tested by
no test coverage detected