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

Public Member Functions

None __init__ (self, Optional[str] error)
 
"ExternallyManagedEnvironment" from_config (cls, Union[pathlib.Path, str] config)
 
- Public Member Functions inherited from pip._internal.exceptions.DiagnosticPipError
str __repr__ (self)
 
RenderResult __rich_console__ (self, Console console, ConsoleOptions options)
 

Static Public Attributes

str reference = "externally-managed-environment"
 
- Static Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError
str reference
 

Static Protected Member Functions

Iterator[str] _iter_externally_managed_error_keys ()
 

Additional Inherited Members

- Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError
 kind
 
 reference
 
 message
 
 context
 
 note_stmt
 
 hint_stmt
 
 link
 

Detailed Description

The current environment is externally managed.

This is raised when the current environment is externally managed, as
defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked
and displayed when the error is bubbled up to the user.

:param error: The error message read from ``EXTERNALLY-MANAGED``.

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.exceptions.ExternallyManagedEnvironment.__init__ (   self,
Optional[str]  error 
)

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