MCPcopy 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

toctreeMethod · 0.95
_document_enumsMethod · 0.45
_document_constraintsMethod · 0.45
doc_global_optionsMethod · 0.45

Calls 2

new_paragraphMethod · 0.95
indentMethod · 0.45