Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_italics
Method
start_italics
awscli/bcdoc/style.py:141–142 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
139
self._heading(s,
'-'
)
140
141
def
start_italics(self, attrs=None):
142
self._start_inline(
'*'
)
143
144
def
end_italics(self):
145
self._end_inline(
'*'
)
Callers
2
italics
Method · 0.95
start_i
Method · 0.95
Calls
1
_start_inline
Method · 0.95
Tested by
no test coverage detected