Esempio n. 1
0
    def __init__(self):
        """
        Purpose: The __init__ Method provides the intial construction
        of the GolfPage object as well as constructing the ShtikerPage
        superclass.

        Params: None
        Return: None
        """
        assert self.notify.debugStateCall(self)
        ShtikerPage.__init__(self)

        self.avatar = None
        self.mode = PageMode.Trophy
Esempio n. 2
0
 def __init__(self):
     ShtikerPage.__init__(self)
     self.avatar = None
     self.mode = PageMode.Trophy
     return
Esempio n. 3
0
 def __init__(self):
     ShtikerPage.__init__(self)
     self.avatar = None
     self.mode = PageMode.Trophy
     return