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
def __init__(self): ShtikerPage.__init__(self) self.avatar = None self.mode = PageMode.Trophy return