%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/python3-pluggy/examples/eggsample/eggsample/
Upload File :
Create Path :
Current File : //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
    """

Zerion Mini Shell 1.0