cbx.utils.history.track_consensus# class cbx.utils.history.track_consensus[source]# Bases: track Class for tracking the ‘consensus’ entry in the dynamic. static init_history(dyn)[source]# Initializes the value to be tracked in the history dictionary of the given dyn object. Parameters: dyn (object) – The object to track in the history dictionary. Return type: None static update(dyn)[source]# Updates the value to be tracked in the history dictionary of the given dyn object. Parameters: dyn (object) – The object to track in the history dictionary. Return type: None