Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | __init__ (self, Optional[str] error) |
"ExternallyManagedEnvironment" | from_config (cls, Union[pathlib.Path, str] config) |
![]() | |
str | __repr__ (self) |
RenderResult | __rich_console__ (self, Console console, ConsoleOptions options) |
Static Public Attributes | |
str | reference = "externally-managed-environment" |
![]() | |
str | reference |
Static Protected Member Functions | |
Iterator[str] | _iter_externally_managed_error_keys () |
Additional Inherited Members | |
![]() | |
kind | |
reference | |
message | |
context | |
note_stmt | |
hint_stmt | |
link | |
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``.
Definition at line 663 of file exceptions.py.
None __init__ | ( | self, | |
Optional[str] | error | ||
) |
Reimplemented from DiagnosticPipError.
Definition at line 675 of file exceptions.py.
Referenced by Protocol.__init_subclass__().
|
staticprotected |
Definition at line 693 of file exceptions.py.
"ExternallyManagedEnvironment" from_config | ( | cls, | |
Union[pathlib.Path, str] | config | ||
) |
Definition at line 715 of file exceptions.py.
|
static |
Definition at line 673 of file exceptions.py.
Referenced by DiagnosticPipError.__init__().