Default implementation for a configuration root.
If you think you want to subclass this, you're probably wrong. Note that
you can have whatever setup code you want, called automatically from .ini
files loaded by this class. We recommend you try that approach first.
Methods
|
|
__instance_offers__
nameNotFound
noMoreUtilities
noMoreValues
setupDefaults
|
|
__instance_offers__
|
__instance_offers__ (
self,
d,
a,
)
|
|
nameNotFound
|
nameNotFound (
self,
root,
name,
forObj,
)
|
|
noMoreUtilities
|
noMoreUtilities (
self,
root,
configKey,
forObj,
)
DEPRECATED: Use noMoreValues() method instead
|
|
noMoreValues
|
noMoreValues (
self,
root,
configKey,
forObj,
)
|
|
setupDefaults
|
setupDefaults ( self, propertyMap )
Set up propertyMap with default contents loaded from iniFiles
|
|