示例#1
0
 def on_show_prefs(self):
     aclient.stats_get_config(self.cb_get_config)
示例#2
0
 def async_request(self):
     aclient.stats_get_stats(self.set_stats, self.stat_info.keys())
     aclient.stats_get_config(self.set_config)