예제 #1
0
 def enrolled_settings(self):
     """
     Parses the settings from the courses_completed field.
     """
     return deserialize_count_specs(self.courses_enrolled)
예제 #2
0
 def enrolled_settings(self):
     """
     Parses the settings from the courses_completed field.
     """
     return deserialize_count_specs(self.courses_enrolled)