예제 #1
0
 def active(self):
     """
     Return True if the Slide is active, else: False.
     """
     from api import get_active_slide
     return get_active_slide(True) == self.key
예제 #2
0
 def active(self):
     """
     Return True if the Slide is active, else: False.
     """
     from api import get_active_slide
     return get_active_slide(True) == self.key
예제 #3
0
 def active(self):
     """
     Return True, if the the slide is the active slide.
     """
     from api import get_active_slide
     return get_active_slide(only_sid=True) == self.sid
예제 #4
0
 def active(self):
     """
     Return True, if the the slide is the active slide.
     """
     from api import get_active_slide
     return get_active_slide(only_sid=True) == self.sid