def __init__(self, pbar):
     OpProgress.__init__(self)
     self.pbar = pbar
Ejemplo n.º 2
0
 def __init__(self, cb=None):
     OpProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
 def __init__(self, pbar):
     OpProgress.__init__(self)
     self.pbar = pbar
Ejemplo n.º 4
0
 def __init__(self, cb=None):
     OpProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
Ejemplo n.º 5
0
 def __init__(self):
     OpProgress.__init__(self)