footings_test_module.DocModel¶
-
class
footings_test_module.
DocModel
(*, param_1: int, param_2: int, sensit_1: int = 1, sensit_2: int = 2)¶ This is a model to test documentation.
- Parameters
- Sensitivities
- Meta
- meta_1
This is meta 1.
- meta_2
This is meta 2.
- Returns
- Steps
_step_1 - Step 1 summary
_step_2 - Step 2 summary
Methods
audit
(self, file, **kwargs)Audit the model which returns copies of the object as it is modified across each step.
run
(self[, to_step])Runs the model and returns any returns defined.
visualize
(self)Visualize the model to get an understanding of what model attributes are used and when.
-
__init__
(self, *, param_1: int, param_2: int, sensit_1: int = 1, sensit_2: int = 2) → None¶ Method generated by attrs for class DocModel.
Methods
__init__
(self, *, param_1, param_2, …)Method generated by attrs for class DocModel.
audit
(self, file, **kwargs)Audit the model which returns copies of the object as it is modified across each step.
run
(self[, to_step])Runs the model and returns any returns defined.
visualize
(self)Visualize the model to get an understanding of what model attributes are used and when.
Attributes
meta_1
meta_2
param_1
param_2
return_1
return_2
sensit_1
sensit_2
-
audit
(self, file: str = None, **kwargs)¶ Audit the model which returns copies of the object as it is modified across each step.
-
run
(self, to_step=None)¶ Runs the model and returns any returns defined.
- Parameters
- to_step
str
,optional
The name of the step to run model to.
- to_step
-
visualize
(self)¶ Visualize the model to get an understanding of what model attributes are used and when.