Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_list
Method · 0.95
test_list
Method · 0.95
tocitem
Method · 0.95
_document_enums
Method · 0.45
_document_constraints
Method · 0.45
doc_global_options
Method · 0.45
Calls
3
start_li
Method · 0.95
end_li
Method · 0.95
writeln
Method · 0.45
Tested by
2
test_list
Method · 0.76
test_list
Method · 0.76