コード例 #1
0
 def get_new_down_proportion(self):
     return get_proportion(self.get_new_down_count(),
                           self.get_new_view_count())
コード例 #2
0
 def get_new_view_proportion(self):
     return get_proportion(self.get_new_view_count(),
                           self.get_new_recommend_count())
コード例 #3
0
 def get_new_down_proportion(self):
     return get_proportion(self.get_new_down_count(), self.get_new_view_count())
コード例 #4
0
 def get_task_accedpted_count_contrast(self):
     return get_proportion(self.get_task_accedpted_count(), self.get_task_viewed_count())
コード例 #5
0
 def get_new_view_proportion(self):
     return get_proportion(self.get_new_view_count(), self.get_new_recommend_count())