Feature #3711
add key-value pair lists (dictionaries to API)
Start date:
04/17/2013
Due date:
05/01/2013
% Done:
0%
Estimated time:
History
#1 Updated by Laurenz Gamper over 7 years ago
I'm not sure what you mean exactly, can you make an example?
#2 Updated by Brian Nord over 7 years ago
x = {'test': 0.0, 'test1': 500, 'test2': 'blah'}
with archive as ar:
ar['/path/path/x'] = x
this does not work currently.
#3 Updated by Laurenz Gamper over 7 years ago
I see, we could do that, but it may encourage bad programming style if we allow dicts in the data bank.