class documentation

class SortableDict(dict):

View In Hierarchy

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
def sortedkeys(self):
Return sorted list of keys
def sortedvalues(self):
Return list of values sorted by keys