Lines Matching defs:dirty
110 def dirty(self):
115 @dirty.setter
116 def dirty(self, value):
118 raise ValueError('dirty must be a bool')
120 self._debug('dirty => %s', value)
367 self.dirty = True
386 self.dirty = True
549 boot_instances list and possibly marking the BootConfig as dirty.
550 It is still desirable to mark the BootConfig as dirty, even if 0
620 # secondary bootloader to become dirty, set it explicitly, to
622 self.__secondary.dirty = True
853 def dirty(self):
854 return self.__primary.dirty
858 @dirty.setter
859 def dirty(self, value):
860 self.__primary.dirty = value