matflow.ElementOutputFiles#
- class matflow.ElementOutputFiles(element_iteration=None, element_action=None, element_action_run=None)#
Bases:
ElementOutputFiles
Methods
Attributes
Get a mapping between inputs types and associated labels.
- Parameters:
element_iteration (Optional[app.ElementIteration]) –
element_action (Optional[app.ElementAction]) –
element_action_run (Optional[app.ElementActionRun]) –
- property prefixed_names_unlabelled: Dict[str, List[str]]#
Get a mapping between inputs types and associated labels.
If the schema input for a given input type has multiple=False (even if a label is defined), the values for that input type will be an empty list.
- property prefixed_names_unlabelled_str#