pycsamt.api.bunch#
The structure module includes data structures such as Bunch and FlexDict that provide flexible and efficient ways to organize, store, and manipulate structured data.
Classes
|
A container object that extends dictionaries by enabling attribute-like access to its items. |
|
A dictionary subclass that provides flexible attribute-style access to its items. |