Ejemplo n.º 1
0
 def is_selectable(self):
     #print ( "is_selectable has been called" )
     a = chnl.is_selectable(self.channel)
     #print ( "is_selectable got ", a )
     if a == 1:
         return True
     else:
         return False;