SpecialDict class

class dhtmlparser.specialdict.SpecialDict(*args, **kwds)[source]

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.

Previous topic

Quoter submodule

This Page