Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ start_i
Method
start_i
awscli/bcdoc/style.py:254–256 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
252
self.doc.write(
' '
)
253
254
def
start_i(self, attrs=None):
255
self.doc.do_translation = True
256
self.start_italics()
257
258
def
end_i(self):
259
self.doc.do_translation = False
Callers
2
test_empty_italics
Method · 0.95
test_empty_italics
Method · 0.95
Calls
1
start_italics
Method · 0.95
Tested by
2
test_empty_italics
Method · 0.76
test_empty_italics
Method · 0.76