|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| None | __init__ (self) |
| None | append (self, "HashError" error) |
| str | __str__ (self) |
| bool | __bool__ (self) |
Data Fields | |
| errors | |
| head | |
Multiple HashError instances rolled into one for reporting
Definition at line 424 of file exceptions.py.
| None __init__ | ( | self | ) |
Definition at line 427 of file exceptions.py.
Referenced by Protocol.__init_subclass__().

| bool __bool__ | ( | self | ) |
Definition at line 443 of file exceptions.py.
| str __str__ | ( | self | ) |
Definition at line 433 of file exceptions.py.
| None append | ( | self, | |
| "HashError" | error | ||
| ) |
Definition at line 430 of file exceptions.py.
Referenced by And.__iadd__(), Each.__iand__(), MatchFirst.__ior__(), Or.__ixor__(), and Stack.push().

| errors |
Definition at line 436 of file exceptions.py.
Referenced by SimpleScrapingLocator._fetch(), PyPIJSONLocator._get_project(), and Locator.get_errors().
| head |
Definition at line 437 of file exceptions.py.