|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Class defining dictionary operations. More...
Public Member Functions | |
| def | __init__ (self) |
| Method to initialize a CMLDictOperations object. More... | |
Static Public Member Functions | |
| def | flatten (obj) |
| Flatten dictionaries recursively. More... | |
Class defining dictionary operations.
| def carputils.cml.cmltree.CMLDictOperations.__init__ | ( | self | ) |
Method to initialize a CMLDictOperations object.
|
static |
Flatten dictionaries recursively.
This method flattens dictionaries of the type OrderedDict recursively.
| obj | root dictionary |
1.8.13