MCPcopy
hub / github.com/fastapi/typer / write

Method write

typer/_click/formatting.py:119–121  ·  view source on GitHub ↗

Writes a unicode string into the internal buffer.

(self, string: str)

Source from the content-addressed store, hash-verified

117 self.buffer: list[str] = []
118
119 def write(self, string: str) -> None:
120 """Writes a unicode string into the internal buffer."""
121 self.buffer.append(string)
122
123 def indent(self) -> None:
124 """Increases the indentation."""

Callers 9

write_usageMethod · 0.95
write_headingMethod · 0.95
write_paragraphMethod · 0.95
write_textMethod · 0.95
write_dlMethod · 0.95
render_finishMethod · 0.45
getcharFunction · 0.45
echoFunction · 0.45
_is_binary_writerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected