hpcflow.app.ElementParameter#

class hpcflow.app.ElementParameter(task: 'app.WorkflowTask', path: 'str', parent: 'Union[Element, app.ElementAction, app.ElementActionRun, app.Parameters]', element: 'Element', data_idx: 'Dict[str, int]')#

Bases: ElementParameter

Methods

get_size

Attributes

app

data_idx_is_set

is_set

value

task

path

parent

element

data_idx

Parameters:
app = BaseApp(name='hpcFlow', version='0.2.0a72')#
data_idx: Dict[str, int]#
property data_idx_is_set#
element: Element#
get_size(**store_kwargs)#
property is_set#
parent: Element | app.ElementAction | app.ElementActionRun | app.Parameters#
path: str#
task: app.WorkflowTask#
property value#