class documentation
class SortableDict(dict): (source)
Dictionary with additional sorting methods
- Tip: use key starting with with '_' for sorting before small letters
- and with '~' for sorting after small letters.
Method | sortedkeys |
Return sorted list of keys |
Method | sortedvalues |
Return list of values sorted by keys |