Public Member Functions | |
def | __attrs_post_init__ |
def | make_task |
def | __attrs_post_init__ |
def | make_task |
Static Public Member Functions | |
def | create |
def | create |
Public Attributes | |
name | |
Static Public Attributes | |
tuple | max_retry = attr.ib(default=1, kw_only=True) |
tuple | err_tbl = attr.ib(default=dict(), kw_only=True, repr=False) |
My RLoop Class.
id (Optional str): Node id. name (Optional str): Node name.
init | Initialization node. |
condition | A Python method that returns a boolean value. |
def seqlib.nodes.recover.RLoop.__attrs_post_init__ | ( | self | ) |
def seqlib.nodes.recover.RLoop.__attrs_post_init__ | ( | self | ) |
|
static |
|
static |
def seqlib.nodes.recover.RLoop.make_task | ( | self, | |
node, | |||
input_list, | |||
resume | |||
) |
def seqlib.nodes.recover.RLoop.make_task | ( | self, | |
node, | |||
input_list, | |||
resume | |||
) |
|
static |
|
static |
seqlib.nodes.recover.RLoop.name |