ade.specs.DictStacker(object) class documentation
Part of ade.specs
(View In Hierarchy)
Stacks entries and possibly sub-dictionaries within a dictionary, for Specs.
| Method | __init__ | Undocumented |
| Method | add | Adds the supplied value as an entry (or sub-entry) of my dict.
Called by Specs.dict_add. |
| Method | done | Returns the name and contents of the dictionary I built. |
def
add(self, value, keys):
Adds the supplied value as an entry (or sub-entry) of my dict.
Called by Specs.dict_add.