%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/doc/python3-pluggy/examples/eggsample/eggsample/ |
| Current File : //proc/self/root/usr/share/doc/python3-pluggy/examples/eggsample/eggsample/lib.py |
import eggsample
@eggsample.hookimpl
def eggsample_add_ingredients():
spices = ["salt", "pepper"]
you_can_never_have_enough_eggs = ["egg", "egg"]
ingredients = spices + you_can_never_have_enough_eggs
return ingredients
@eggsample.hookimpl
def eggsample_prep_condiments(condiments):
condiments["mint sauce"] = 1