Exemple #1
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
Exemple #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
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
 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
Exemple #6
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
     self.__rating = 0