Example #1
0
 def unregister_dependant(self, dependant):
     ComputedCell.unregister_dependant(self, dependant)
     if not self.dependants:
         self.empty_callback()
Example #2
0
 def unregister_dependant(self, dependant):
     ComputedCell.unregister_dependant(self, dependant)
     if not self.dependants:
         self.empty_callback()