hydroflows.workflow.ExpandMethod#
- class hydroflows.workflow.ExpandMethod[source]#
-
Base class for methods that expand on a wildcard.
Methods
Get the output paths for a specific wildcard configuration.
Set wildcard key and values.
Attributes
Return a dict with a list of expand values per wildcard key.
Output dict with wildcards in output path evaluated.
- property expand_wildcards: Dict[str, List[str]]#
Return a dict with a list of expand values per wildcard key.
- property output_expanded: Dict[str, Path | List[Path]]#
Output dict with wildcards in output path evaluated.