Table of Contents

Class: ConfigReader ./src/peak/config/ini_files.py
Base Classes   
AbstractConfigParser
Methods   
__init__
add_global
add_section
add_setting
  __init__ 
__init__ (
        self,
        propertyMap,
        prefix='*',
        globalDict=None,
        )

  add_global 
add_global (
        self,
        name,
        value,
        )

Add/update a global variable for rules evaluation

This creates a new globalDict attribute, so that rules parsed before this global was added, will still be using the globals that were in effect when the rule was parsed.

  add_section 
add_section (
        self,
        section,
        lines,
        lineInfo,
        )

Exceptions   
SyntaxError(( "Invalid section type", section, lineInfo ) )
  add_setting 
add_setting (
        self,
        section,
        name,
        value,
        lineInfo,
        )


Table of Contents

This document was automatically generated on Mon Apr 29 01:11:05 2024 by HappyDoc version 2.1