AttributeDict
Dict subclass with attribute access.
Constructor
Signature
def AttributeDict() - > null
Signature
def AttributeDict(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Positional arguments passed to the dict constructor for initialization |
| **kwargs | any | Keyword arguments passed to the dict constructor for initialization |