Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ new_paragraph
Method
new_paragraph
awscli/bcdoc/style.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
self.list_depth = 0
72
73
def
new_paragraph(self):
74
self.doc.write(
'\n\n%s'
% self.spaces())
75
76
def
new_line(self):
77
self.doc.write(
'\n%s'
% self.spaces())
Callers
15
_heading
Method · 0.95
start_note
Method · 0.95
end_note
Method · 0.95
start_important
Method · 0.95
end_important
Method · 0.95
start_danger
Method · 0.95
end_danger
Method · 0.95
start_ul
Method · 0.95
end_ul
Method · 0.95
start_ol
Method · 0.95
end_ol
Method · 0.95
start_codeblock
Method · 0.95
Calls
2
write
Method · 0.45
spaces
Method · 0.45
Tested by
no test coverage detected