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