def __init__(self, pbar):
     OpProgress.__init__(self)
     self.pbar = pbar
Example #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
Example #4
0
 def __init__(self, cb=None):
     OpProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
Example #5
0
 def __init__(self):
     OpProgress.__init__(self)