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

Public Member Functions

None __init__ (self, t.SupportsFloat sleep)
 
- Public Member Functions inherited from BaseAction
str __repr__ (self)
 
str __str__ (self)
 

Data Fields

 sleep
 

Static Public Attributes

tuple REPR_FIELDS = ("sleep",)
 
str NAME = "retry"
 
- Static Public Attributes inherited from BaseAction
tuple REPR_FIELDS = ()
 
NAME = None
 

Detailed Description

Definition at line 136 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
t.SupportsFloat  sleep 
)

Definition at line 140 of file __init__.py.

140 def __init__(self, sleep: t.SupportsFloat) -> None:
141 self.sleep = float(sleep)
142
143

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Field Documentation

◆ NAME

str NAME = "retry"
static

Definition at line 138 of file __init__.py.

◆ REPR_FIELDS

tuple REPR_FIELDS = ("sleep",)
static

Definition at line 137 of file __init__.py.

Referenced by BaseAction.__repr__().

◆ sleep


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