module Synopsis.Processor
class Processor
Processor documentation...
Processor-inheritance Scopes/Synopsis/Processor/Store.html Scopes/Synopsis/Processor/Composite.html Scopes/Synopsis/Processor/Parametrized.html
-Class attributes
source code
source code
source code
source code
source code
-Methods
  merge_input(self, ir)
references
source code
Join the given IR with a set of IRs to be read from 'input' parameter
references
source code
writes output if the 'output' attribute is set, then returns
  process(self, ir, * * kwds)
references
source code

-

The process method provides the interface to be implemented by subclasses. Commonly used arguments are 'input' and 'output'. If 'input' is defined, it is interpreted as one or more input file names. If 'output' is defined, it is interpreted as an output file (or directory) name. This implementation may serve as a template for real processors.
Methods Inherited from Parametrized
__init__, clone, get_parameters, set_parameters