workflowpy.Wildcards#
- class workflowpy.Wildcards(*, wildcards: dict[str, list[str]] = {})[source]#
Bases:
BaseModelWildcards class.
This class is used to define the wildcards for the workflow.
Methods
Get the values of a wildcard.
Add a wildcard.
Convert the wildcards to a dictionary of names and values.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Get the names of the wildcards.
Get the values of the wildcards.
List of wildcard keys and values.
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].