Searched refs:ErrItem (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/tools/ |
D | gen_esp_err_to_name.py | 64 class ErrItem(object): class 178 err_dict[num].append(ErrItem(words[1], idf_path, include_as, comment)) 182 unproc_list.append(ErrItem(words[1], idf_path, include_as, comment, related, num)) 198 err_dict[num].append(ErrItem(item.name, item.file, item.include_as, item.comment)) 282 err_dict[k].sort(key=functools.cmp_to_key(ErrItem.__cmp__))
|