sc_odict#
The “odict” class, combining features from an OrderedDict and a list/array.
- Highlights:
sc.odict()
: flexible container representing the best-of-all-worlds across dicts, lists, and arraysobjdict
: like an odict, but allows get/set via e.g.foo.bar
instead offoo['bar']
Classes
alias of |
|
Ordered dictionary with integer indexing |
|
An |
|
Lightweight class to create an object that can also act like a dictionary. |
Functions
Convert any object for which you would normally do |