Searched refs:codeparsercache (Results 1 – 1 of 1) sorted by relevance
172 codeparsercache = CodeParserCache() variable175 codeparsercache.init_cache(d)178 codeparsercache.save_extras()181 codeparsercache.save_merge()298 if h in codeparsercache.pythoncache:299 self.references = set(codeparsercache.pythoncache[h].refs)300 self.execs = set(codeparsercache.pythoncache[h].execs)302 for i in codeparsercache.pythoncache[h].contains:303 self.contains[i] = set(codeparsercache.pythoncache[h].contains[i])306 if h in codeparsercache.pythoncacheextras:[all …]