Exemplo n.º 1
0
 def configuration(self):
     cd = ComparisonTrigger.configuration(self)
     get_attribute(self, 'key', cd)
     return cd
Exemplo n.º 2
0
 def configuration(self):
     cd = ComparisonTrigger.configuration(self)
     get_attribute(self, 'key',cd)
     return cd
Exemplo n.º 3
0
 def configure(self, cd):
     ComparisonTrigger.configure(self, cd)
     set_attribute(self, 'key', 'DefaultTriggerKey', cd)
     return
Exemplo n.º 4
0
 def configure(self, cd):
     ComparisonTrigger.configure(self,cd)
     set_attribute(self, 'key','DefaultTriggerKey',cd)
     return