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

Method li

awscli/botocore/docs/bcdoc/style.py:271–275  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

269 self.new_line()
270
271 def li(self, s):
272 if s:
273 self.start_li()
274 self.doc.writeln(s)
275 self.end_li()
276
277 def start_ul(self, attrs=None):
278 if self.list_depth != 0:

Callers 2

tocitemMethod · 0.95

Calls 3

start_liMethod · 0.95
end_liMethod · 0.95
writelnMethod · 0.45

Tested by

no test coverage detected