def __init__(self, out_type='silent', **kwargs): ProcessingBase.__init__(self, **kwargs) self.prog_count = 0 self.out_type = out_type
def __init__(self, *args, **kwargs): ProcessingBase.__init__(self, *args, **kwargs)