pycopancore.model_components.seven_dwarfs.implementation.individual module¶
Individual entity type class template.
TODO: adjust or fill in code and documentation wherever marked by “TODO:”, then remove these instructions
- class Individual(*, age=0, beard_length=0, beard_growth_parameter=0.1, eating_parameter=1, **kwargs)[source]¶
Bases:
IndividualIndividual entity type mixin implementation class.
- processes = [aging, eating, beard_growth]¶