MCPcopy Index your code
hub / github.com/aws/aws-cli / start_ol

Method start_ol

awscli/bcdoc/style.py:289–294  ·  view source on GitHub ↗
(self, attrs=None)

Source from the content-addressed store, hash-verified

287 self.new_paragraph()
288
289 def start_ol(self, attrs=None):
290 # TODO: Need to control the bullets used for LI items
291 if self.list_depth != 0:
292 self.indent()
293 self.list_depth += 1
294 self.new_paragraph()
295
296 def end_ol(self):
297 self.list_depth -= 1

Callers

nothing calls this directly

Calls 2

new_paragraphMethod · 0.95
indentMethod · 0.45

Tested by

no test coverage detected