Searched refs:RECIPES (Results 1 – 2 of 2) sorted by relevance
220 RECIPES = getRecipes() variable238 choices=[n for n, s in RECIPES] + ["all"],258 for name, steps in RECIPES:264 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \265 else getRecipe(RECIPES, args.recipe)
62 particular common use case. See the RECIPES section below for details.90 RECIPES