Ejemplo 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)
Ejemplo n.º 2
0
 def unload(self):
     self.avatar = None
     ShtikerPage.unload(self)
     return
Ejemplo n.º 3
0
 def unload(self):
     self.avatar = None
     ShtikerPage.unload(self)
     return