MCPcopy
hub / github.com/pallets/click / write_paragraph

Method write_paragraph

src/click/formatting.py:208–211  ·  view source on GitHub ↗

Writes a paragraph into the buffer.

(self)

Source from the content-addressed store, hash-verified

206 self.write(f"{'':>{self.current_indent}}{heading}:\n")
207
208 def write_paragraph(self) -> None:
209 """Writes a paragraph into the buffer."""
210 if self.buffer:
211 self.write("\n")
212
213 def write_text(self, text: str) -> None:
214 """Writes re-indented text into the buffer. This rewraps and

Callers 3

sectionMethod · 0.95
format_help_textMethod · 0.80
format_epilogMethod · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected