Searched refs:include_dict (Results 1 – 1 of 1) sorted by relevance
6026 def UpdateIncludeState(filename, include_dict, io=codecs): argument6047 include_dict.setdefault(include, linenum)6109 include_dict = dict([item for sublist in include_state.include_list6129 header_keys = list(include_dict.keys())6133 if same_module and UpdateIncludeState(fullpath, include_dict, io):6149 if required_header_unstripped.strip('<>"') not in include_dict: