tlo.methods.skeleton module =========================== .. automodule:: tlo.methods.skeleton .. autoclass:: Skeleton Bases: :class:`tlo.core.Module` **PARAMETERS:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - parameter_a - REAL - Description of parameter a **PROPERTIES:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - sk_property_a - BOOL - Description of property a **Class attributes:** ADDITIONAL_DEPENDENCIES : {'HealthSystem'} CAUSES_OF_DEATH : {'tlo_name_of_a_cause_of_death_in_this_module': } CAUSES_OF_DISABILITY : {'tlo_name_of_a_cause_of_disability_in_this_module': } INIT_DEPENDENCIES : {'Demography'} METADATA : {, , , } OPTIONAL_INIT_DEPENDENCIES : {'HealthBurden'} SYMPTOMS : {} **Functions (defined or overridden in class Skeleton):** .. automethod:: __init__ .. automethod:: read_parameters .. automethod:: initialise_population .. automethod:: initialise_simulation .. automethod:: on_birth .. automethod:: report_daly_values .. automethod:: on_hsi_alert .. autoclass:: Skeleton_Event Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class Skeleton_Event):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: Skeleton_LoggingEvent Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class Skeleton_LoggingEvent):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_Skeleton_Example_Interaction Bases: :class:`tlo.methods.healthsystem.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Functions (defined or overridden in class HSI_Skeleton_Example_Interaction):** .. automethod:: __init__ .. automethod:: apply .. automethod:: did_not_run .. automethod:: never_ran