Esempio n. 1
0
 def message1(self):
     reload(radactions)  # need to reload actions module before calling
     radactions.message1()  # now new version triggered by pressing button
Esempio n. 2
0
	def message1(self):
		reload(radactions)
		radactions.message1()
Esempio n. 3
0
 def message1(self):
     reload(radactions)         # need to reload actions module before calling
     radactions.message1()      # now new version triggered by pressing button
Esempio n. 4
0
	def message1(self):
		reload(radactions)
		radactions.message1()
Esempio n. 5
0
 def message1(self):
     reload(radactions)  # 调用前需要重新加载actions模块
     radactions.message1()  # 现在单击按钮就能触发新版本