Searched defs:_attributes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py786 _attributes = {'title': None, variable in class:BootInstance
796 # to initialize the current instance's _attributes member,
798 # _attributes to determine what attribute-setting causes
800 self.__dict__['_attributes'] = dict(copysrc._attributes)
818 (self.__dict__.setdefault('_attributes', {})
819 .update(BootInstance._attributes))
829 for key, value in self._attributes.items():
857 defattr = dict(BootInstance._attributes)
864 they need to preserve that are not in the class's _attributes dic
1061 _attributes = {'chaininfo' : None, variable in class:ChainDiskBootInstance
1227 _attributes = {'fstype': 'zfs', variable in class:SolarisDiskBootInstance
[all...]

Completed in 24 milliseconds