コード例 #1
0
ファイル: util_profile.py プロジェクト: johnfelipe/server
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_energy_points_per_minute_graph(coach, student_list)
コード例 #2
0
ファイル: util_profile.py プロジェクト: mahadalislam/old-khan
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_energy_points_per_minute_graph(
         user_data_coach)
コード例 #3
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_energy_points_per_minute_graph(user_data_coach)
コード例 #4
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_energy_points_per_minute_graph(
         coach, student_list)