utils

Functions

fill_template(config, interpolate_config)

Fill given config with values from interpolate_config.

fill_template(config: dict, interpolate_config: dict) dict[source]

Fill given config with values from interpolate_config.

Parameters
  • config (dict) –

  • interpolate_config (dict) –

Return type

dict