Exemplo n.º 1
0
 def timeleft(self, value):
     raise ReadOnlyError(
         "Cannot set timeleft attribute. That is inappropriate!")
Exemplo n.º 2
0
 def hardwareversion(self, value):
     raise ReadOnlyError(
         "Cannot set Vout attribute. That is inappropriate!")
Exemplo n.º 3
0
 def verbose(self, value):
     raise ReadOnlyError(
         "Cannot set Voutverboseattribute. That is inappropriate!")
Exemplo n.º 4
0
 def Vout(self, value):
     raise ReadOnlyError(
         "Cannot set Vout attribute. That is inappropriate!")
Exemplo n.º 5
0
 def batterylevel(self, value):
     raise ReadOnlyError(
         "Cannot set batterylevel attribute. That is inappropriate!")
Exemplo n.º 6
0
 def discharging(self, value):
     raise ReadOnlyError(
         "Cannot set discharging attribute. That is inappropriate!")
Exemplo n.º 7
0
 def cached_smartups(self, value):
     raise ReadOnlyError(
         "Cannot set cached_smartups attribute. That is inappropriate!")
Exemplo n.º 8
0
 def serial_device(self, value):
     raise ReadOnlyError(
         "Cannot set serial_device attribute. That is inappropriate!")