Searched refs:RecipeInfoCommon (Results 1 – 3 of 3) sorted by relevance
16 from bb.cache import RecipeInfoCommon18 class HobRecipeInfo(RecipeInfoCommon):
41 class RecipeInfoCommon(object): class79 class CoreRecipeInfo(RecipeInfoCommon):468 if not isinstance(value, RecipeInfoCommon):697 … if isinstance(info, RecipeInfoCommon) and info.__class__.__name__ == cache_class_name:828 if not issubclass(cache_class, RecipeInfoCommon):
832 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…907 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…