Searched refs:enum_list (Results 1 – 3 of 3) sorted by relevance
303 enum_list = enum.split('_') # grab sections of enum for use below309 if enum_list[-1] in remap_dict:310 enum_list[-1] = remap_dict[enum_list[-1]]311 new_enum = "_".join(enum_list)324 … enum_list[-1] = orig_err_to_id_dict[self.val_error_dict[enum]['error_msg']].split('_')[-1]325 new_enum = "_".join(enum_list)338 enum_list[-1] = "%05d" % (next_id)339 new_enum = "_".join(enum_list)350 … enum_list[-1] = orig_err_to_id_dict[self.val_error_dict[enum]['error_msg']].split('_')[-1]351 new_enum = "_".join(enum_list)[all …]
236 self.enum_list = []267 self.enum_list.append(check_name)310 for chk in self.enum_list:361 if chk not in self.enum_list:369 print('Checks captured in doc:\n%s' % ('\n\t'.join(self.enum_list)))
142 def generate_hash_tables(enum_list, enabled_apis, param_descriptors): argument167 enum_val = enum_list[enum_name].value