1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 12:24:32 +00:00
Marc Bonnici 9ba30c27df WA Types: Added 'ParameterDict' type.
A new 'ParameterDict' has been added that automatically encodes and
decodes values when they are store in a dictionary. The dictionary uses 2 characters
prefixed to each value to store the original type information, e.g. 'fl' -> list of
floats, before being passed through a url encoder. The reverse process happens on retrieval.
To access the encoded values an `iterEncodedItems` and `getEncodedValue` methods have been added.

The appropriate unit tests have also been added.
2017-02-20 16:44:24 +00:00
..
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2015-06-29 11:34:49 +01:00
2017-02-03 15:14:16 +00:00
2016-05-10 09:27:42 +01:00
2016-12-09 14:11:16 +00:00
2015-12-09 16:52:39 +00:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2017-02-20 16:44:24 +00:00
2016-07-21 16:40:26 +01:00
2017-02-03 15:14:27 +00:00