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

Method show

typer/_click/exceptions.py:229–230  ·  view source on GitHub ↗
(self, file: IO[Any] | None = None)

Source from the content-addressed store, hash-verified

227 super().__init__(ctx.get_help(), ctx=ctx)
228
229 def show(self, file: IO[Any] | None = None) -> None:
230 echo(self.format_message(), file=file, err=True, color=self.ctx.color)
231
232
233class FileError(ClickException):

Callers

nothing calls this directly

Calls 2

echoFunction · 0.85
format_messageMethod · 0.45

Tested by

no test coverage detected