|
Let us walk on the 3-isogeny graph
|

Public Member Functions | |
| None | __init__ (self, Any key, Type["KeyBasedCompareMixin"] defining_class) |
| int | __hash__ (self) |
| bool | __lt__ (self, Any other) |
| bool | __le__ (self, Any other) |
| bool | __gt__ (self, Any other) |
| bool | __ge__ (self, Any other) |
| bool | __eq__ (self, Any other) |
Protected Member Functions | |
| bool | _compare (self, Any other, Callable[[Any, Any], bool] method) |
Protected Attributes | |
| _compare_key | |
| _defining_class | |
| None __init__ | ( | self, | |
| Any | key, | ||
| Type["KeyBasedCompareMixin"] | defining_class | ||
| ) |
Reimplemented in InstallationCandidate, and Link.
Definition at line 13 of file models.py.
Referenced by Protocol.__init_subclass__().

| bool __eq__ | ( | self, | |
| Any | other | ||
| ) |
Definition at line 32 of file models.py.
References KeyBasedCompareMixin._compare(), and i.
Referenced by Version.__ge__(), Version.__gt__(), Version.__le__(), Version.__ne__(), Matcher.__ne__(), Timestamp.__ne__(), and HTTPHeaderDict.__ne__().


| bool __ge__ | ( | self, | |
| Any | other | ||
| ) |
Definition at line 29 of file models.py.
References KeyBasedCompareMixin._compare(), and i.

| bool __gt__ | ( | self, | |
| Any | other | ||
| ) |
Definition at line 26 of file models.py.
References KeyBasedCompareMixin._compare(), and i.
Referenced by Version.__ge__().


| int __hash__ | ( | self | ) |
Definition at line 17 of file models.py.
References KeyBasedCompareMixin._compare_key.
Referenced by Style.__eq__(), and Style.__ne__().

| bool __le__ | ( | self, | |
| Any | other | ||
| ) |
Definition at line 23 of file models.py.
References KeyBasedCompareMixin._compare(), and i.

| bool __lt__ | ( | self, | |
| Any | other | ||
| ) |
Definition at line 20 of file models.py.
References KeyBasedCompareMixin._compare(), and i.
Referenced by Version.__gt__(), and Version.__le__().


|
protected |
Definition at line 35 of file models.py.
References KeyBasedCompareMixin._compare_key, KeyBasedCompareMixin._defining_class, and i.
Referenced by KeyBasedCompareMixin.__eq__(), KeyBasedCompareMixin.__ge__(), KeyBasedCompareMixin.__gt__(), KeyBasedCompareMixin.__le__(), and KeyBasedCompareMixin.__lt__().

|
protected |
Definition at line 14 of file models.py.
Referenced by KeyBasedCompareMixin.__hash__(), and KeyBasedCompareMixin._compare().
|
protected |
Definition at line 15 of file models.py.
Referenced by KeyBasedCompareMixin._compare().