コード例 #1
0
ファイル: RIVA_Main.py プロジェクト: amitahire/SmartBody
 def response_positive(self):
     """ Returns a scaled string telling the user that their overall reaction time is good/great"""
     self._last_response = "positive_response"
     print("Positive Response")
     #print("scale =", self.user_stats.find_best_grip_scale(grip_times(self._all_grips)))
     return Mglove_str_gen.positive_response(self.user_stats.find_best_grip_scale(grip_times(self._all_grips)))