Exemplo n.º 1
0
 def __init__(self, function, empty_callback=lambda:None):
     ComputedCell.__init__(self, function)
     # Called when there are no more dependants:
     self.empty_callback = empty_callback
Exemplo n.º 2
0
 def __init__(self, function, empty_callback=lambda: None):
     ComputedCell.__init__(self, function)
     # Called when there are no more dependants:
     self.empty_callback = empty_callback