python.external_config.util module

create_parameter_file(data)[source]

Pickles and dumps out a temporary file containing the provided data structure.

Parameters:data – The data to serialize to disk.
Returns:File path to a temporary file
Return type:str