def on_show_prefs(self): aclient.stats_get_config(self.cb_get_config)
def async_request(self): aclient.stats_get_stats(self.set_stats, self.stat_info.keys()) aclient.stats_get_config(self.set_config)