Ejemplo n.º 1
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
Ejemplo n.º 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
Ejemplo n.º 3
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
Ejemplo n.º 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
Ejemplo n.º 5
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
     self.__rating = 0
Ejemplo n.º 6
0
 def __init__(self, *args):
     ProfileSummary.__init__(self, *args)
     self.__rating = 0