Let us walk on the 3-isogeny graph
|
Public Member Functions | |
required_by (self) | |
![]() | |
dist (self) | |
req (self) | |
report (self) | |
with_context (self, required_by) | |
![]() | |
__repr__ (self) | |
Static Protected Attributes | |
str | _template = VersionConflict._template + ' by {self.required_by}' |
![]() | |
str | _template = "{self.dist} is installed but {self.req} is required" |
Additional Inherited Members | |
![]() | |
args | |
A VersionConflict that accepts a third parameter, the set of the requirements that required the installed Distribution.
Definition at line 331 of file __init__.py.
required_by | ( | self | ) |
Definition at line 340 of file __init__.py.
References ResolutionError.args, EditablePartial.args, ParseBaseException.args, JSONDecodeError.args, RetryCallState.args, and ParamSpec.args().
|
staticprotected |
Definition at line 337 of file __init__.py.
Referenced by VersionConflict.report(), and DistributionNotFound.report().