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