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

Public Member Functions

tuple[list[str], str] get_completion_args (self)
 
str format_completion (self, CompletionItem item)
 
- Public Member Functions inherited from click.shell_completion.ShellComplete
None __init__ (self, Command cli, cabc.MutableMapping[str, t.Any] ctx_args, str prog_name, str complete_var)
 
str func_name (self)
 
dict[str, t.Any] source_vars (self)
 
str source (self)
 
list[CompletionItemget_completions (self, list[str] args, str incomplete)
 
str complete (self)
 

Static Public Attributes

str name = "fish"
 
 source_template = _SOURCE_FISH
 
- Static Public Attributes inherited from click.shell_completion.ShellComplete
name .ClassVar[str]
 
source_template .ClassVar[str]
 

Additional Inherited Members

- Public Attributes inherited from click.shell_completion.ShellComplete
 cli
 
 ctx_args
 
 prog_name
 
 complete_var
 
 func_name
 

Detailed Description

Shell completion for Fish.

Member Function Documentation

◆ format_completion()

str click.shell_completion.FishComplete.format_completion (   self,
CompletionItem  item 
)
Format a completion item into the form recognized by the
shell script. This must be implemented by subclasses.

:param item: Completion item to format.

Reimplemented from click.shell_completion.ShellComplete.

◆ get_completion_args()

tuple[list[str], str] click.shell_completion.FishComplete.get_completion_args (   self)
Use the env vars defined by the shell script to return a
tuple of ``args, incomplete``. This must be implemented by
subclasses.

Reimplemented from click.shell_completion.ShellComplete.


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