コード例 #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_time_graph(coach, self.get_date(), self.tz_offset(), student_list)
コード例 #2
0
ファイル: util_profile.py プロジェクト: mahadalislam/old-khan
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_time_graph(user_data_coach,
                                                  self.get_date(),
                                                  self.tz_offset())
コード例 #3
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_time_graph(user_data_coach, self.get_date(), self.tz_offset())
コード例 #4
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_time_graph(coach, self.get_date(),
                                                  self.tz_offset(),
                                                  student_list)