hpcflow.app.ElementRepeats#

class hpcflow.app.ElementRepeats(number, where=None)#

Bases: ElementRepeats

A repetition rule.

Parameters:

Methods

Attributes

where

A filtering rule for what to repeat.

number

The number of times to repeat.

number: int#

The number of times to repeat.

where: ElementFilter | None = None#

A filtering rule for what to repeat.