|
| | id = attr.ib() |
| |
| | node = attr.ib(repr=False) |
| |
| | inputs = attr.ib(default=attr.Factory(list), repr=False) |
| |
| | resume = attr.ib(default=False, repr=False) |
| |
◆ __attrs_post_init__()
| def lib.seqtask.SeqTask.__attrs_post_init__ |
( |
|
self | ) |
|
◆ abort()
| def lib.seqtask.SeqTask.abort |
( |
|
self | ) |
|
◆ get_nodes()
| def lib.seqtask.SeqTask.get_nodes |
( |
|
self, |
|
|
|
l |
|
) |
| |
Get nodes from list od ids.
◆ get_task()
| def lib.seqtask.SeqTask.get_task |
( |
|
self | ) |
|
Get my task object.
Creates it if not existing yet.
◆ input_task_list()
| def lib.seqtask.SeqTask.input_task_list |
( |
|
self | ) |
|
Get input tasks that are not finished.
◆ reset()
| def lib.seqtask.SeqTask.reset |
( |
|
self, |
|
|
|
resume = False |
|
) |
| |
◆ resume_context()
| def lib.seqtask.SeqTask.resume_context |
( |
|
self | ) |
|
context to make sure the resume flag is set to False at the end
◆ run()
| def lib.seqtask.SeqTask.run |
( |
|
self | ) |
|
◆ id
| lib.seqtask.SeqTask.id = attr.ib() |
|
static |
◆ inputs
| lib.seqtask.SeqTask.inputs = attr.ib(default=attr.Factory(list), repr=False) |
|
static |
◆ node
| lib.seqtask.SeqTask.node = attr.ib(repr=False) |
|
static |
◆ resume
| lib.seqtask.SeqTask.resume = attr.ib(default=False, repr=False) |
|
static |
The documentation for this class was generated from the following file: