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

Method li

awscli/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 6

test_listMethod · 0.95
test_listMethod · 0.95
tocitemMethod · 0.95
_document_enumsMethod · 0.45
_document_constraintsMethod · 0.45
doc_global_optionsMethod · 0.45

Calls 3

start_liMethod · 0.95
end_liMethod · 0.95
writelnMethod · 0.45

Tested by 2

test_listMethod · 0.76
test_listMethod · 0.76