deserialize_options

glotaran.parameter.parameter.deserialize_options(options: dict[str, Any]) dict[str, Any][source]

Replace options keys in serialized format by attribute names.

Parameters:

options (dict[str, Any]) – The serialized options.

Returns:

The deserialized options.

Return type:

dict[str, Any]