Table of Contents

Class: ConfigurationRoot ./src/peak/config/config_components.py

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.

Base Classes   
ServiceArea
    Component
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


Table of Contents

This document was automatically generated on Tue Feb 17 19:55:40 2004 by HappyDoc version 2.1