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


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[CompletionItem] | get_completions (self, list[str] args, str incomplete) |
| str | complete (self) |
Static Public Attributes | |
| str | name = "zsh" |
| source_template = _SOURCE_ZSH | |
Static Public Attributes inherited from click.shell_completion.ShellComplete | |
| t | name .ClassVar[str] |
| t | source_template .ClassVar[str] |
Additional Inherited Members | |
Public Attributes inherited from click.shell_completion.ShellComplete | |
| cli | |
| ctx_args | |
| prog_name | |
| complete_var | |
| func_name | |
Shell completion for Zsh.
| str click.shell_completion.ZshComplete.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.
| tuple[list[str], str] click.shell_completion.ZshComplete.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.