Searched refs:metrics_props (Results 1 – 2 of 2) sorted by relevance
377 self.metrics_props = {}387 self.metrics_props[name] = metric_props391 self.metrics_props[template] = metric_props490 self._calc_statistics(MetricNameProps().metrics_props)492 def _calc_statistics(self, metrics_props): argument498 self.metrics_props = metrics_props501 assert metric_name in metrics_props, (503 stat_func = metrics_props[metric_name].stat_func
301 stat_metrics.metrics_props[metric_name].description)327 metric_note = mnprops.metrics_props[metric_name].note