|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| None | __init__ (self, "BaseDistribution" dist, str metadata_name) |
| str | __str__ (self) |
Data Fields | |
| dist | |
| metadata_name | |
Raised when accessing a Distribution's "METADATA" or "PKG-INFO". This signifies an inconsistency, when the Distribution claims to have the metadata file (if not, raise ``FileNotFoundError`` instead), but is not actually able to produce its content. This may be due to permission errors.
Definition at line 225 of file exceptions.py.
| None __init__ | ( | self, | |
| "BaseDistribution" | dist, | ||
| str | metadata_name | ||
| ) |
:param dist: A Distribution object.
:param metadata_name: The name of the metadata being accessed
(can be "METADATA" or "PKG-INFO").
Definition at line 234 of file exceptions.py.
Referenced by Protocol.__init_subclass__().

| str __str__ | ( | self | ) |
Definition at line 247 of file exceptions.py.
References NoneMetadataError.dist, BadMetadata.dist, _InstallRequirementBackedCandidate.dist, AlreadyInstalledCandidate.dist, VersionConflict.dist(), EntryPoint.dist, and NoneMetadataError.metadata_name.

| dist |
Definition at line 244 of file exceptions.py.
Referenced by AlreadyInstalledCandidate.__repr__(), NoneMetadataError.__str__(), AlreadyInstalledCandidate.__str__(), AlreadyInstalledCandidate.is_editable(), _InstallRequirementBackedCandidate.iter_dependencies(), AlreadyInstalledCandidate.iter_dependencies(), _InstallRequirementBackedCandidate.project_name(), AlreadyInstalledCandidate.project_name(), _InstallRequirementBackedCandidate.version(), and AlreadyInstalledCandidate.version().
| metadata_name |
Definition at line 245 of file exceptions.py.
Referenced by NoneMetadataError.__str__().