Bases: collections.OrderedDict
This dictionary stores items case sensitive, but compare them case INsensitive.
Initialize an ordered dictionary. The signature is the same as regular dictionaries, but keyword arguments are not recommended because their insertion order is arbitrary.