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


Public Member Functions | |
| None | __init__ (self, *str command_description, int exit_code, Optional[List[str]] output_lines) |
| str | __str__ (self) |
Public Member Functions inherited from pip._internal.exceptions.DiagnosticPipError | |
| str | __repr__ (self) |
| RenderResult | __rich_console__ (self, Console console, ConsoleOptions options) |
Public Attributes | |
| command_description | |
| exit_code | |
Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError | |
| kind | |
| reference | |
| message | |
| context | |
| note_stmt | |
| hint_stmt | |
| link | |
Static Public Attributes | |
| str | reference = "subprocess-exited-with-error" |
Static Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError | |
| str | reference |
A subprocess call failed.
| None pip._internal.exceptions.InstallationSubprocessError.__init__ | ( | self, | |
| *str | command_description, | ||
| int | exit_code, | ||
| Optional[List[str]] | output_lines | ||
| ) |
Reimplemented from pip._internal.exceptions.DiagnosticPipError.