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

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
 

Detailed Description

A subprocess call failed.

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.exceptions.InstallationSubprocessError.__init__ (   self,
*str  command_description,
int  exit_code,
Optional[List[str]]  output_lines 
)

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