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

Method getvalue

src/click/formatting.py:297–299  ·  view source on GitHub ↗

Returns the buffer contents.

(self)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls