Package mrv :: Module conf :: Class DiffSection
[hide private]
[frames] | no frames]

Class DiffSection

source code

object --+    
         |    
  DiffData --+
             |
            DiffSection

Implements DiffData on section level
Instance Methods [hide private]
 
__str__(self)
str(x)
source code
 
_populate(self, A, B)
Find the difference between the respective
source code
 
applyTo(self, targetSection)
Apply our changes to targetSection
source code

Inherited from DiffData: __init__, hasDifferences, toStr

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
_getNewKey(cls, section, keyname)
Returns: key from section - either existing or properly initialized without default value
source code
Properties [hide private]

Inherited from DiffData: added, changed, name, properties, removed, unchanged

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

_populate(self, A, B)

source code 
Find the difference between the respective
Overrides: DiffData._populate

_getNewKey(cls, section, keyname)
Class Method

source code 
Returns:
key from section - either existing or properly initialized without default value