footings_test_module.DocModel¶
-
class
footings_test_module.
DocModel
(*, param_1: int, param_2: int, modif_1: int = 1, modif_2: int = 2)¶ This is a model to test documentation.
- Parameters
- Modifiers
- Meta
- meta_1
This is meta 1.
- meta_2
This is meta 2.
- Assets
- 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 assets 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, modif_1: int = 1, modif_2: int = 2) → None¶ Method generated by attrs for class DocModel.
Methods
__init__
(self, *, param_1, param_2, modif_1, …)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 assets defined.
visualize
(self)Visualize the model to get an understanding of what model attributes are used and when.
Attributes
asset_1
asset_2
assets
meta_1
meta_2
modif_1
modif_2
param_1
param_2
steps
-
audit
(self, file: str, **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 assets defined.
- Parameters
- to_step
str
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.