Searched refs:cached_set (Results 1 – 1 of 1) sorted by relevance
89 def cached_set(o, key): function95 return cached_set(o1, key) & cached_set(o2, key)99 def cached_set(o): function109 for spec1, impl1 in cached_set(o1):110 for spec2, impl2 in cached_set(o2):