openfl.native.native.flatten
- openfl.native.native.flatten(config, return_complete=False)
Flatten nested config.
- Parameters:
config (dict) – The configuration dictionary to flatten.
return_complete (bool, optional) – Whether to return the complete flattened config. Defaults to False.
- Returns:
flattened_config (dict) – The flattened configuration dictionary.