Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Processor
class Store
File:
../Synopsis/Processor.py
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
)
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
)
Simply store the current IR in the 'output' file.
Generated on Thu Apr 16 16:26:56 2009 by
synopsis
(version devel)