예제 #1
0
 def update(self, observable, arg):
     # TODO: implement update function
     Log.info("Me: %s Data: %s", self, arg)
예제 #2
0
 def update(self, observable, arg):
     self.list.append(arg)
     # TODO: implement update function
     Log.info(self, "Data: %s", str(arg))