예제 #1
0
    def __init__(self, *args):
        try:
            _, _, _, self.__ctx = args
        except Exception:
            LOG_ERROR('There is error while parsing profile stats page arguments', args)
            self.__ctx = {}

        ProfileSection.__init__(self, *args)
        ProfileStatisticsMeta.__init__(self)
        self.__battleChartsStats = _BattleChartsStatistics()
예제 #2
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileTechniqueMeta.__init__(self)
예제 #3
0
 def __init__(self, *args):
     ProfileAchievementSectionMeta.__init__(self)
     ProfileSection.__init__(self, *args)
     g_rareAchievesCache.onImageReceived += self._onRareImageReceived
 def __init__(self, *args):
     ProfileAchievementSectionMeta.__init__(self)
     ProfileSection.__init__(self, *args)
     g_rareAchievesCache.onTextReceived += self._onRareTextReceived
     g_rareAchievesCache.onImageReceived += self._onRareImageReceived
예제 #5
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileTechniqueMeta.__init__(self)
예제 #6
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileStatisticsMeta.__init__(self)