openfl.native.native.unflatten

Contents

openfl.native.native.unflatten#

openfl.native.native.unflatten(config, separator='.')[source]#

Unfolds config settings that have separator in their names.

Parameters:
  • config (dict) – The flattened configuration dictionary to unfold.

  • separator (str, optional) – The separator used in the flattened config. Defaults to ‘.’.

Returns:

The unfolded configuration dictionary.

Return type:

config (dict)