module Synopsis.Processor
class Type
Type-inheritance
Type is the Processor's __metaclass__.
Methods Summary:
  __init__(cls, name, bases, dict)
references
source code
Generate a '_parameters' dictionary holding all the 'Parameter' objects.
Methods Details:
  __init__(cls, name, bases, dict)
references
source code
Generate a '_parameters' dictionary holding all the 'Parameter' objects. Then replace 'Parameter' objects by their values for convenient use inside the code.