mlos_bench.dict_templater
Simple class to help with nested dictionary $var
templating in configuration file
expansions.
Classes
Simple class to help with nested dictionary |
Module Contents
- class mlos_bench.dict_templater.DictTemplater(source_dict: Dict[str, Any])[source]
Simple class to help with nested dictionary
$var
templating.Initialize the templater.
- Parameters:
source_dict (Dict[str, Any]) – The template dict to use for source variables.