예제 #1
0
파일: GraphUI.py 프로젝트: TradeUp/Demo
 def refresh(self,data):
     graph.makenew(self,data)
예제 #2
0
파일: GraphUI.py 프로젝트: TradeUp/Demo
 def update(self,data,table,table_data):
     print "Update called on", data
     graph.makenew(self, data)
     table.update(table_data)