commit | 4e601a0a4441c802b294f16db97eca0312134683 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Fri Apr 01 14:29:46 2016 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Fri Apr 15 08:44:02 2016 -0400 |
tree | bbc54c7a31ea23f881398208a87af711347417cc | |
parent | 8ffe1e4424799a58e7f664a982b9417f5555d12d [diff] |
Add dictionary export to PathTree PathTree is a dictionary extension with paths as keys and lets you do things like iterate on subpaths, etc. Internally it is implemented as a nested dictionary but on the outside it acts like a normal dictionary. This change enables exporting a PathTree structure as a nested dictionary, which is useful for python_2_xyz encoders that understand nested data structures.