Table of Contents

Module: ini_files ./src/peak/config/ini_files.py
Imported modules   
from config_components import FactoryFor, CreateViaFactory, LazyRule, Value
from interfaces import *
from peak.api import *
from peak.util.FileParsing import AbstractConfigParser
from peak.util.imports import importString, importObject, whenImported
Functions   
add_services
define_xml_attributes
define_xml_elements
do_include
import_on_demand
loadConfigFile
loadConfigFiles
loadMapping
load_on_demand
register_factory
ruleForExpr
  add_services 
add_services (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  define_xml_attributes 
define_xml_attributes (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  define_xml_elements 
define_xml_elements (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  do_include 
do_include (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  import_on_demand 
import_on_demand (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

Exceptions   
e
  loadConfigFile 
loadConfigFile (
        pMap,
        filename,
        prefix='*',
        includedFrom=None,
        )

  loadConfigFiles 
loadConfigFiles (
        pMap,
        filenames,
        prefix='*',
        includedFrom=None,
        )

  loadMapping 
loadMapping (
        cMap,
        mapping,
        prefix='*',
        includedFrom=None,
        )

  load_on_demand 
load_on_demand (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  register_factory 
register_factory (
        parser,
        section,
        name,
        value,
        lineInfo,
        )

  ruleForExpr 
ruleForExpr (
        name,
        expr,
        globalDict,
        )

Return config.IRule for property name based on expr string

Classes   

ConfigReader


Table of Contents

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