Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_li
Method
start_li
awscli/bcdoc/style.py:262–265 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
260
self.end_italics()
261
262
def
start_li(self, attrs=None):
263
self.new_line()
264
self.do_p = False
265
self.doc.write(
'* '
)
266
267
def
end_li(self):
268
self.do_p = True
Callers
3
test_non_top_level_lists_are_indented
Method · 0.95
test_non_top_level_lists_are_indented
Method · 0.95
li
Method · 0.95
Calls
2
new_line
Method · 0.95
write
Method · 0.45
Tested by
2
test_non_top_level_lists_are_indented
Method · 0.76
test_non_top_level_lists_are_indented
Method · 0.76