« Previous | Next » 

Revision f660dc6a

IDf660dc6a2e97756596b2e79ce6127a3034f2308b

Added by Kevin Wolf almost 11 years ago

Implement qdict_flatten()

qdict_flatten(): For each nested QDict with key x, all fields with key y
are moved to this QDict and their key is renamed to "x.y". This operation
is applied recursively for nested QDicts.

Signed-off-by: Kevin Wolf <>
Reviewed-by: Eric Blake <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences