Peach :: Fixups :: checksums :: ExpressionFixup :: Class ExpressionFixup
[hide private]

Class ExpressionFixup

source code


Sometimes you need to perform some math as the fixup. This relation will take a ref, then an expression (python).

Instance Methods [hide private]
 
__init__(self, ref, expression)
Create fixup object
source code
 
fixup(self)
Perform the required fixup.
source code

Inherited from fixup.Fixup: dofixup

Method Details [hide private]

__init__(self, ref, expression)
(Constructor)

source code 

Create fixup object

Overrides: fixup.Fixup.__init__
(inherited documentation)

fixup(self)

source code 

Perform the required fixup. OVERRIDE ME!

Overrides: fixup.Fixup.fixup
(inherited documentation)