Let us walk on the 3-isogeny graph
|
Public Member Functions | |
str | __repr__ (self) |
str | __str__ (self) |
Static Public Attributes | |
tuple | REPR_FIELDS = () |
t | NAME = None |
Base class for representing actions to take by retry object. Concrete implementations must define: - __init__: to initialize all necessary fields - REPR_FIELDS: class variable specifying attributes to include in repr(self) - NAME: for identification in retry object methods and callbacks
Definition at line 116 of file __init__.py.
str __repr__ | ( | self | ) |
Definition at line 128 of file __init__.py.
References BaseAction.REPR_FIELDS, and RetryAction.REPR_FIELDS.
str __str__ | ( | self | ) |
Definition at line 132 of file __init__.py.
|
static |
Definition at line 126 of file __init__.py.
|
static |
Definition at line 125 of file __init__.py.
Referenced by BaseAction.__repr__().