metawards.iterators.iterate_default¶
- 
metawards.iterators.iterate_default(setup=False, **kwargs)[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: - setup (bool) – Whether or not to return the functions used to setup the space and input for the advance_XXX functions returned by this iterator. This is called once at the start of a run to return the functions that must be called to setup the model - Returns: - funcs – The list of functions that - `iterate`will call in sequence- Return type: - List[function]