Esempio n. 1
0
 def start(self):
     if not self.inputs:
         self.inputs = PointCache()
         self.inputs.configure({
             "name": "inputs",
             "period": 0,
             "polled": True,
             "parent": self
         })
     return super(CachingCalculator, self).start()