Searched defs:default_attributes (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ | ||
H A D | bootconfig.py | 804 wholedict = copysrc.default_attributes() 854 def default_attributes(self): member in class:BootInstance 867 for key in self.default_attributes(): 871 # default is a special case, and is not covered by default_attributes: 1083 def default_attributes(self): member in class:ChainDiskBootInstance 1086 superdict = super(ChainDiskBootInstance, self).default_attributes() 1193 def default_attributes(self): member in class:SolarisBootInstance 1196 superdict = super(SolarisBootInstance, self).default_attributes() 1267 def default_attributes(self): member in class:SolarisDiskBootInstance 1270 superdict = super(SolarisDiskBootInstance, self).default_attributes() [all...] |
Completed in 61 milliseconds