class documentation

class DailyReport(Report):

View In Hierarchy

Undocumented

Method add_log Undocumented
Method add_metrics Undocumented
Method set_date Undocumented
Constant DEFAULT_VALUE Undocumented
def add_log(self, msg, log_type, date):

Undocumented

def add_metrics(self, metric_name, metric_value):

Undocumented

def set_date(self, date):

Undocumented

DEFAULT_VALUE: dict =

Undocumented

Value
{'logs': [], 'metrics': {}}