Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_ul
Method
start_ul
awscli/bcdoc/style.py:277–281 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
275
self.end_li()
276
277
def
start_ul(self, attrs=None):
278
if
self.list_depth != 0:
279
self.indent()
280
self.list_depth += 1
281
self.new_paragraph()
282
283
def
end_ul(self):
284
self.list_depth -= 1
Callers
6
test_non_top_level_lists_are_indented
Method · 0.95
test_non_top_level_lists_are_indented
Method · 0.95
toctree
Method · 0.95
_document_enums
Method · 0.45
_document_constraints
Method · 0.45
doc_global_options
Method · 0.45
Calls
2
new_paragraph
Method · 0.95
indent
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