module Synopsis.Processor
class Parametrized
Parametrized implements handling of Parameter attributes.
Parametrized-inheritance Scopes/Synopsis/Processor/Processor.html
-Private Class attributes
source code
-Private Methods
  __new__(cls, * args, * * kwds)
references
source code
merge all parameter catalogs for easy access to documentation, then use keyword arguments to override default values.
-Methods
  __init__(self, * * kwds)
references
source code
The constructor uses the keywords to update the parameter list.
  clone(self, * args, * * kwds)
references
source code

-

Create a copy of this Parametrized. The only copied attributes are the ones corresponding to parameters.
  get_parameters(self)
references
source code
  set_parameters(self, kwds)
references
source code
Sets the given parameters to override the default values.