Retry loop task.
More...
|
tuple | block = attr.ib(init=False) |
|
tuple | err_tbl = attr.ib(init=False) |
|
tuple | condition = attr.ib(init=False) |
|
tuple | id = attr.ib() |
|
tuple | node = attr.ib(repr=False) |
|
tuple | inputs = attr.ib(default=attr.Factory(list), repr=False) |
|
tuple | resume = attr.ib(default=False, repr=False) |
|
def seqlib.seqtask.RTask.__attrs_post_init__ |
( |
|
self | ) |
|
def seqlib.seqtask.RTask.__attrs_post_init__ |
( |
|
self | ) |
|
def seqlib.seqtask.RTask.handle_exception |
( |
|
self | ) |
|
def seqlib.seqtask.RTask.handle_exception |
( |
|
self | ) |
|
def seqlib.seqtask.RTask.run |
( |
|
self | ) |
|
def seqlib.seqtask.RTask.run |
( |
|
self | ) |
|
tuple seqlib.seqtask.RTask.block = attr.ib(init=False) |
|
static |
seqlib.seqtask.RTask.block |
tuple seqlib.seqtask.RTask.condition = attr.ib(init=False) |
|
static |
seqlib.seqtask.RTask.condition |
tuple seqlib.seqtask.RTask.err_tbl = attr.ib(init=False) |
|
static |
seqlib.seqtask.RTask.err_tbl |
The documentation for this class was generated from the following files: