MCPcopy Create free account
hub / github.com/aws/aws-cli / end_ul

Method end_ul

awscli/bcdoc/style.py:283–287  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

281 self.new_paragraph()
282
283 def end_ul(self):
284 self.list_depth -= 1
285 if self.list_depth != 0:
286 self.dedent()
287 self.new_paragraph()
288
289 def start_ol(self, attrs=None):
290 # TODO: Need to control the bullets used for LI items

Callers 3

_document_enumsMethod · 0.45
_document_constraintsMethod · 0.45
doc_global_optionsMethod · 0.45

Calls 2

new_paragraphMethod · 0.95
dedentMethod · 0.45

Tested by

no test coverage detected