%PDF- %PDF-
| Direktori : /proc/thread-self/root/usr/share/doc/python3-pluggy/examples/eggsample/eggsample/ |
| Current File : //proc/thread-self/root/usr/share/doc/python3-pluggy/examples/eggsample/eggsample/hookspecs.py |
import pluggy
hookspec = pluggy.HookspecMarker("eggsample")
@hookspec
def eggsample_add_ingredients(ingredients: tuple):
"""Have a look at the ingredients and offer your own.
:param ingredients: the ingredients, don't touch them!
:return: a list of ingredients
"""
@hookspec
def eggsample_prep_condiments(condiments: dict):
"""Reorganize the condiments tray to your heart's content.
:param condiments: some sauces and stuff
:return: a witty comment about your activity
"""