metawards.iterators.iterate_default
- metawards.iterators.iterate_default(stage: str, **kwargs) List[Callable[[...], None]] [source]
This returns the default list of ‘advance_XXX’ functions that are called in sequence for each iteration of the model run. This is the default iterator. It models every day as though it is a working day.
- Parameters
stage (str) – Which stage of the day is to be modelled
- Returns
funcs – The list of functions that will be called in sequence
- Return type
List[MetaFunction]