Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tocitem
Method · 0.95
_add_method_exceptions_list
Method · 0.45
Calls
3
start_li
Method · 0.95
end_li
Method · 0.95
writeln
Method · 0.45
Tested by
no test coverage detected