Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
click.exceptions.NoSuchOption Class Reference
Inheritance diagram for click.exceptions.NoSuchOption:
Inheritance graph
[legend]
Collaboration diagram for click.exceptions.NoSuchOption:
Collaboration graph
[legend]

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
 

Detailed Description

Raised if click attempted to handle an option that does not
exist.

.. versionadded:: 4.0

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ format_message()

str click.exceptions.NoSuchOption.format_message (   self)

Reimplemented from click.exceptions.ClickException.


The documentation for this class was generated from the following file: