footings.model.Model

class Model[source]

The parent modeling class providing the key methods of run, audit, and visualize.

__init__()None

Method generated by attrs for class Model.

Methods

audit([file])

Audit the model which returns copies of the object as it is modified across each step.

run([to_step])

Runs the model and returns any returns defined.

visualize()

Visualize the model to get an understanding of what model attributes are used and when.