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.barinstead offoo['bar']
Classes
Like |
|
Ordered dictionary with integer indexing |
|
An |
|
Lightweight class to create an object that can also act like a dictionary. |
|
Ultra-simple argument parser |
Functions
Convert any object for which you would normally do |