示例#1
0
 def __init__(self, outputs=None):
     super(Outputs, self).__init__(outputs)
     #: dictionary of output sources added to the Formula layer
     self.output_sources = {}
     #: output source objects
     self.output_obj = {}
     #: outputs
     self.outputs = OutputRegistry()