PALM-meteo
|
Public Member Functions | |
def | __init__ (self, default_stages) |
def | stage_idx (self, s) |
def | assign_all (self) |
def | assign_fromto (self, stage_from, stage_to) |
def | assign_list (self, stages) |
def | __iter__ (self) |
Public Attributes | |
default_stages | |
idx | |
snapshot_from | |
workflow | |
Indexes and maintains the workflow as a sequence of named stages
def palmmeteo.utils.Workflow.__init__ | ( | self, | |
default_stages | |||
) |
def palmmeteo.utils.Workflow.__iter__ | ( | self | ) |
def palmmeteo.utils.Workflow.assign_all | ( | self | ) |
def palmmeteo.utils.Workflow.assign_fromto | ( | self, | |
stage_from, | |||
stage_to | |||
) |
def palmmeteo.utils.Workflow.assign_list | ( | self, | |
stages | |||
) |
def palmmeteo.utils.Workflow.stage_idx | ( | self, | |
s | |||
) |
palmmeteo.utils.Workflow.default_stages |
palmmeteo.utils.Workflow.idx |
palmmeteo.utils.Workflow.snapshot_from |
palmmeteo.utils.Workflow.workflow |