MCPcopy 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

liMethod · 0.95

Calls 2

new_lineMethod · 0.95
writeMethod · 0.45