est.core.utils.extract_properties_from_dict#

est.core.utils.extract_properties_from_dict(my_str) dict[source]#

Convert parameters provided from a string to a dictionary. expected syntax is param1:value1,param2:value2 would return { param1: value1, param2: value2 } try to cast each value to a number (float).