Example #1
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
Example #2
0
 def _getInitData(self):
     outcome = ProfileSummary._getInitData(self)
     outcome['nextAwardsLabel'] = PROFILE.SECTION_SUMMARY_LABELS_NEXTAWARDS
     outcome[
         'nextAwardsErrorText'] = PROFILE.SECTION_SUMMARY_ERRORTEXT_NEXTAWARDS
     return outcome
Example #3
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
Example #4
0
 def _getInitData(self):
     outcome = ProfileSummary._getInitData(self)
     outcome['nextAwardsLabel'] = PROFILE.SECTION_SUMMARY_LABELS_NEXTAWARDS
     outcome['nextAwardsErrorText'] = PROFILE.SECTION_SUMMARY_ERRORTEXT_NEXTAWARDS
     return outcome
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
     self.__rating = 0
Example #6
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
     self.__rating = 0