Esempio n. 1
0
    def unload(self):
        """
        Purpose: The unload Method performs the necessary unloading of
        the GolfPage.

        Params: None
        Return: None
        """
        assert self.notify.debugStateCall(self)
        self.avatar = None  # break the garbage cycle
        ShtikerPage.unload(self)
Esempio n. 2
0
 def unload(self):
     self.avatar = None
     ShtikerPage.unload(self)
     return
Esempio n. 3
0
 def unload(self):
     self.avatar = None
     ShtikerPage.unload(self)
     return