def on_exit(self): director.pop_handlers() super(ScrollingManager, self).on_exit()
def on_exit(self): super(ScrollableLayer, self).on_exit() director.pop_handlers()
def on_exit(self): """Called every time just before the node exits the stage.""" director.pop_handlers() super(ScrollingManager, self).on_exit()
def on_exit(self): """Called every time just before the node exits the stage.""" super(ScrollableLayer, self).on_exit() director.pop_handlers()