|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| None | __init__ (self, *str package, str reason) |
Public Member Functions inherited from DiagnosticPipError | |
| str | __repr__ (self) |
| RenderResult | __rich_console__ (self, Console console, ConsoleOptions options) |
Static Public Attributes | |
| str | reference = "invalid-pyproject-build-system-requires" |
Static Public Attributes inherited from DiagnosticPipError | |
| str | reference |
Additional Inherited Members | |
Data Fields inherited from DiagnosticPipError | |
| kind | |
| reference | |
| message | |
| context | |
| note_stmt | |
| hint_stmt | |
| link | |
Raised when pyproject.toml an invalid `build-system.requires`.
Definition at line 208 of file exceptions.py.
| None __init__ | ( | self, | |
| *str | package, | ||
| str | reason | ||
| ) |
Reimplemented from DiagnosticPipError.
Definition at line 213 of file exceptions.py.
References InvalidPyProjectBuildRequires.__init__(), and i.
Referenced by InvalidPyProjectBuildRequires.__init__(), and Protocol.__init_subclass__().


|
static |
Definition at line 211 of file exceptions.py.
Referenced by DiagnosticPipError.__init__().