module documentation

Undocumented

Class ​Case​Insensitive​Mapping Mapping allowing case-insensitive key lookups. Original case of keys is preserved for iteration and string representation.
Class ​Dict​Wrapper Wrap accesses to a dictionary so that certain values (those starting with the specified prefix) are passed through a function before being returned. The prefix is removed before looking up the real value.
Class ​Immutable​List A tuple-like object that raises useful errors when it is asked to mutate.
Class ​Multi​Value​Dict A subclass of dictionary customized to handle multiple values for the same key.
Class ​Multi​Value​Dict​Key​Error Undocumented
Class ​Ordered​Set A set which keeps the ordering of the inserted items.
Function ​_destruct​_iterable​_mapping​_values Undocumented
def _destruct_iterable_mapping_values(data):

Undocumented