PreDefinedDistributions
ConstantDistribution
Wrapping this class around a Distributions disables setattr and makes the wrapped objects constant.
Source code in emod_api/demographics/PreDefinedDistributions.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
copy()
Creates a deepcopy of the wrapped Distribution object.
Source code in emod_api/demographics/PreDefinedDistributions.py
21 22 23 24 25 |
|
to_dict()
Calls the to_dict() method of the wrapped distribution.
Source code in emod_api/demographics/PreDefinedDistributions.py
15 16 17 18 19 |
|