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,
)
|
|