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

Method write

src/click/formatting.py:146–148  ·  view source on GitHub ↗

Writes a unicode string into the internal buffer.

(self, string: str)

Source from the content-addressed store, hash-verified

144 self.buffer = []
145
146 def write(self, string: str) -> None:
147 """Writes a unicode string into the internal buffer."""
148 self.buffer.append(string)
149
150 def indent(self) -> None:
151 """Increases the indentation."""

Callers 5

write_usageMethod · 0.95
write_headingMethod · 0.95
write_paragraphMethod · 0.95
write_textMethod · 0.95
write_dlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected