qimpy.io.dict.unflatten

unflatten(d)

Unpack tuple keys in d to a nested dictionary. (Inverse of flatten().)

Parameters

d (dict) –

Return type

dict