def __init__ (self, rc = None, data = None, is_warn = False): self.rc_list = [] if (rc != None): self.rc_list.append(TupleRC(rc, data, is_warn))