Searched refs:RecipeInfoCommon (Results 1 – 3 of 3) sorted by relevance
16 from bb.cache import RecipeInfoCommon18 class HobRecipeInfo(RecipeInfoCommon):
42 class RecipeInfoCommon(object): class80 class CoreRecipeInfo(RecipeInfoCommon):242 class SiggenRecipeInfo(RecipeInfoCommon):499 if not isinstance(value, RecipeInfoCommon):692 … if isinstance(info, RecipeInfoCommon) and info.__class__.__name__ == cache_class_name:791 if not issubclass(cache_class, RecipeInfoCommon):
759 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…834 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…