sciris.sc_odict¶
The ‘odict’ class, combining features from an OrderedDict and a list/array.
- Highlights:
Functions
Convert any object for which you would normally do a['b'] to one where you can do a.b. |
Classes
Lightweight class to create an object that can also act like a dictionary. |
|
An |
|
Combine the init properties of both OrderedDict and defaultdict |