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

Method new_paragraph

awscli/bcdoc/style.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 self._indent = value
33
34 def new_paragraph(self):
35 return '\n%s' % self.spaces()
36
37 def indent(self):
38 self._indent += 1

Callers 15

doc_titleMethod · 0.45
doc_descriptionMethod · 0.45
doc_optionMethod · 0.45
_document_enumsMethod · 0.45
_do_doc_memberMethod · 0.45
_document_constraintsMethod · 0.45
doc_synopsis_endMethod · 0.45
_add_webapi_crosslinkMethod · 0.45
doc_option_exampleMethod · 0.45
doc_titleMethod · 0.45
doc_descriptionMethod · 0.45

Calls 1

spacesMethod · 0.95

Tested by

no test coverage detected