matflow.Elements# class matflow.Elements(task)# Bases: Elements Methods islice Attributes task Parameters: task (app.WorkflowTask) – islice(start=None, end=None)# Parameters: start (int) – end (int) – Return type: Iterator[Element] property task#