示例#1
0
 def unregisterthread(s, thread):
     UIBase.unregisterthread(s, thread)
     s._printData('unregisterthread', thread.getName())
示例#2
0
 def unregisterthread(s, thread):
     UIBase.unregisterthread(s, thread)
     s._printData(s.logger.info, 'unregisterthread', thread.getName())
示例#3
0
 def unregisterthread(s, thread):
     UIBase.unregisterthread(s, thread)
     s._printData('unregisterthread', thread.getName())