MCPcopy 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

_headingMethod · 0.95
start_noteMethod · 0.95
end_noteMethod · 0.95
start_importantMethod · 0.95
end_importantMethod · 0.95
start_dangerMethod · 0.95
end_dangerMethod · 0.95
start_ulMethod · 0.95
end_ulMethod · 0.95
start_olMethod · 0.95
end_olMethod · 0.95
start_codeblockMethod · 0.95

Calls 2

writeMethod · 0.45
spacesMethod · 0.45

Tested by

no test coverage detected