Ejemplo n.º 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()
Ejemplo n.º 2
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileTechniqueMeta.__init__(self)
Ejemplo n.º 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
Ejemplo n.º 5
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileTechniqueMeta.__init__(self)
Ejemplo n.º 6
0
 def __init__(self, *args):
     ProfileSection.__init__(self, *args)
     ProfileStatisticsMeta.__init__(self)