| Home | Trees | Indices | Help |
|
|---|
|
|
Base configuration class Config and comparison functions
|
|||
| Config | |||
|
|||
|
|||
|
|||
|
|||
|
|||
DEFAULT = the config section containing the defaults |
|||
CONFIG_ADDED = 1
|
|||
CONFIG_CHANGED = 2
|
|||
CONFIG_REMOVED = 3
|
|||
__package__ =
|
|||
|
|||
This function returns a branch of a dictionary tree by walking using the attribute names specified with `path`.
|
This function does an in-depth comparison of 2 dictionary trees and produces another tree of their differences. This function calls itself recursively to produce the final result. Changed and newly set attribute values are present in the result as their new values. Removed values and branches appear as None.
|
This function reports which is the type of difference that was detected in `a` and `b` at `path`.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 10 15:53:32 2010 | http://epydoc.sourceforge.net |