Modifiers#

fetchez.recipes.modifiers#

modifiers init

copyright:
  1. 2010-2026 Regents of the University of Colorado

license:

MIT, see LICENSE for more details.

class fetchez.recipes.modifiers.BaseModifier(**kwargs)[source]#

Bases: object

The generic base class for all recipe modifiers.

__init__(**kwargs)[source]#
apply(config)[source]#

Mutates and returns the recipe config. Subclasses must override this to inject their domain-specific rules.

name = 'base'#