コード例 #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)