Ejemplo n.º 1
0
 def __call__(self):
     evt = BatchEvent(myEVT_STAGE, -1, (self.njobs, self.descr))
     wx.PostEvent(self._parent, evt)
     BatchConsumer.__call__(self)
Ejemplo n.º 2
0
 def __init__(self, parent, descr=''):
     BatchConsumer.__init__(self, parent)
     self.descr = descr