Esempio n. 1
0
 def on(self, thread, name, callback):
     EventEmitter.on(self, '__thread_%s_%s' % (thread.uuid, name), callback)
Esempio n. 2
0
 def on(self, thread, name, callback):
   EventEmitter.on(self, '__thread_%s_%s' % (thread.uuid, name), callback)