module Synopsis.Processor
class Store
Store-inheritance Scopes/Synopsis/Processor/Processor.html Scopes/Synopsis/Processor/Parametrized.html
Store is a convenience class useful to write out the intermediate state of the IR within a pipeline such as represented by the 'Composite'
Methods Summary:
  process(self, ir, * * kwds)
references
source code
Simply store the current IR in the 'output' file.
Class attributes Inherited from Processor
verbose, debug, profile, input, output
Methods Inherited from Processor
merge_input, output_and_return_ir
Methods Inherited from Parametrized
__init__, clone, get_parameters, set_parameters
Methods Details:
  process(self, ir, * * kwds)
references
source code
Simply store the current IR in the 'output' file.