示例#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
示例#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