Package miopia :: Package preprocessor :: Module PreProcessorDecorator :: Class PreProcessorDecorator
[hide private]
[frames] | no frames]

Class PreProcessorDecorator

source code

                 object --+    
                          |    
PreProcessorI.PreProcessorI --+
                              |
                             PreProcessorDecorator
Known Subclasses:

classdocs

Instance Methods [hide private]
 
__init__(self, params)
Constructor
source code
 
_build_new_text(self, text, old_string, new_string, maxreplace=None) source code
 
_include_beginning_punct(self, text, i) source code
 
_include_ending_punct(self, text, i) source code
 
preprocess(self, text) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, params)
(Constructor)

source code 

Constructor

Overrides: object.__init__

preprocess(self, text)

source code 
Overrides: PreProcessorI.PreProcessorI.preprocess