AttributeDict¶
- class mppi.Utilities.AttributeDict.AttributeDict(**entries)[source]¶
Bases:
objectA class to convert a nested Dictionary into an object with key-values accessibly using attribute notation (AttributeDict.attribute) instead of key notation (Dict[“key”]). This class recursively sets Dicts to objects, allowing you to recurse down nested dicts (like: AttributeDict.attr.attr)