![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, str option_name, str|None message=None, cabc.Sequence[str]|None possibilities=None, Context|None ctx=None) |
| str | format_message (self) |
Public Member Functions inherited from click.exceptions.UsageError | |
| None | show (self, t.IO[t.Any]|None file=None) |
Public Member Functions inherited from click.exceptions.ClickException | |
| str | __str__ (self) |
Public Attributes | |
| option_name | |
| possibilities | |
Public Attributes inherited from click.exceptions.UsageError | |
| ctx | |
Public Attributes inherited from click.exceptions.ClickException | |
| message | |
Additional Inherited Members | |
Static Public Attributes inherited from click.exceptions.UsageError | |
| int | exit_code = 2 |
Static Public Attributes inherited from click.exceptions.ClickException | |
| int | exit_code = 1 |
Raised if click attempted to handle an option that does not exist. .. versionadded:: 4.0
| None click.exceptions.NoSuchOption.__init__ | ( | self, | |
| str | option_name, | ||
| str | None | message = None, |
||
| cabc.Sequence[str] | None | possibilities = None, |
||
| Context | None | ctx = None |
||
| ) |
Reimplemented from click.exceptions.UsageError.
| str click.exceptions.NoSuchOption.format_message | ( | self | ) |
Reimplemented from click.exceptions.ClickException.