Searched refs:_attributes (Results 1 - 2 of 2) 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...]
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py175 cls.add_properties(obj._type._attributes)
744 self._attributes = dict([[i._name, i] for i in unpacker.unpack_array(
757 return self._attributes[attr].read(instance)
775 self._attributes[attr].write(instance, value)

Completed in 25 milliseconds