AlphaDict

About

Usage

API Reference

Provides AlphaDict, a frozen OrderedDict where the keys are stored alphabetically.

class cawdrey.alphadict.AlphaDict(seq=None, **kwargs)[source]
cawdrey.alphadict.alphabetical_dict(**kwargs)[source]