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

Method show

src/click/exceptions.py:338–339  ·  view source on GitHub ↗
(self, file: t.IO[t.Any] | None = None)

Source from the content-addressed store, hash-verified

336 super().__init__(ctx.get_help(), ctx=ctx)
337
338 def show(self, file: t.IO[t.Any] | None = None) -> None:
339 echo(self.format_message(), file=file, err=True, color=self.ctx.color)
340
341
342class FileError(ClickException):

Callers

nothing calls this directly

Calls 2

echoFunction · 0.70
format_messageMethod · 0.45

Tested by

no test coverage detected