Searched refs:include_as (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/tools/ |
D | gen_esp_err_to_name.py | 74 def __init__(self, name, file, include_as=None, comment='', rel_str='', rel_off=0): argument 77 self.include_as = include_as 122 def process(line, idf_path, include_as): argument 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)) 255 if e.include_as: 256 includes.add(e.include_as) 348 include_as = None 353 include_as = m.group(1) [all …]
|