Beispiel #1
0
 def set_value(self, value):
     if len(value) != 2:
         raise ValueError("invalid Command value %s" % (value, ))
     return Setting.set_value(self, value)
Beispiel #2
0
 def set_value(self, value):
     if len(value) != 2:
         raise ValueError("invalid Command value %s" % (value,))
     return Setting.set_value(self, value)
Beispiel #3
0
 def copy_from(self, other):
     return Setting.copy_from(self, other)
Beispiel #4
0
 def copy_from(self, other):
     return Setting.copy_from(self, other)