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

Method getvalue

src/click/formatting.py:297–299  ·  src/click/formatting.py::HelpFormatter.getvalue

Returns the buffer contents.

(self)

Source from the content-addressed store, hash-verified

295 self.dedent()
296
297 def getvalue(self) -> str:
298 class="st">""class="st">"Returns the buffer contents."class="st">""
299 return class="st">"".join(self.buffer)
300
301
302def join_options(options: cabc.Iterable[str]) -> tuple[str, bool]:

Calls

no outgoing calls