Searched refs:codeparsercache (Results 1 – 1 of 1) sorted by relevance
220 codeparsercache = CodeParserCache() variable223 codeparsercache.init_cache(cachedir)226 codeparsercache.save_extras()229 codeparsercache.save_merge()360 if h in codeparsercache.pythoncache:361 self.references = set(codeparsercache.pythoncache[h].refs)362 self.execs = set(codeparsercache.pythoncache[h].execs)364 for i in codeparsercache.pythoncache[h].contains:365 self.contains[i] = set(codeparsercache.pythoncache[h].contains[i])366 self.extra = codeparsercache.pythoncache[h].extra[all …]