Bunch
Object that enables you to modify attributes.
Attributes
| Attribute | Type | Description |
|---|---|---|
| dict | dict | A dictionary mapping attribute names to values, which is updated with keyword arguments during initialization to allow dynamic attribute access. |
Constructor
Signature
def Bunch(
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Arbitrary keyword arguments to be set as attributes of the object. |
Signature
def Bunch(
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Arbitrary keyword arguments that will be converted into object attributes |