Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Processor
class Parametrized
File:
../Synopsis/Processor.py
Parametrized implements handling of Parameter attributes.
Private Class attributes Summary:
__metaclass__
Private Methods Summary:
__new__
(
cls
,
*
args
,
*
*
kwds
)
merge all parameter catalogs for easy access to documentation, then use keyword arguments to override default values.
Methods Summary:
__init__
(
self
,
*
*
kwds
)
The constructor uses the keywords to update the parameter list.
clone
(
self
,
*
args
,
*
*
kwds
)
Create a copy of this Parametrized.
get_parameters
(
self
)
set_parameters
(
self
,
kwds
)
Sets the given parameters to override the default values.
Private Methods Details:
__new__
(
cls
,
*
args
,
*
*
kwds
)
merge all parameter catalogs for easy access to documentation, then use keyword arguments to override default values.
Methods Details:
__init__
(
self
,
*
*
kwds
)
The constructor uses the keywords to update the parameter list.
clone
(
self
,
*
args
,
*
*
kwds
)
Create a copy of this Parametrized. The only copied attributes are the ones corresponding to parameters.
set_parameters
(
self
,
kwds
)
Sets the given parameters to override the default values.
Generated on Thu Apr 16 16:26:55 2009 by
synopsis
(version devel)