26 } 27 28 @classmethod 29 def IS_CHANGED(cls, mode, id, **kwargs): 30 if (mode[0]!="Repeat last selection" or not id[0] in cls.last_ic): cls.last_ic[id[0]] = random.random() 31 return cls.last_ic[id[0]] 32 33 def func(self, id, **kwargs):