Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
InvalidSchemeCombination Class Reference
Inheritance diagram for InvalidSchemeCombination:
Collaboration diagram for InvalidSchemeCombination:

Public Member Functions

str __str__ (self)
 

Detailed Description

Definition at line 263 of file exceptions.py.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Definition at line 264 of file exceptions.py.

264 def __str__(self) -> str:
265 before = ", ".join(str(a) for a in self.args[:-1])
266 return f"Cannot set {before} and {self.args[-1]} together"
267
268

References ResolutionError.args, EditablePartial.args, ParseBaseException.args, JSONDecodeError.args, RetryCallState.args, and ParamSpec.args().

Here is the call graph for this function:

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