A Python dictionary sub-class that is case-insensitive when searching , but also preserves the keys as inserted. when keys are listed, ie, via keys() or items() methods. pair as the key’s value (values become dictionaries).
A Python dictionary sub-class that is case-insensitive when searching , but also preserves the keys as inserted. when keys are listed, ie, via keys() or items() methods. pair as the key’s value (values become dictionaries).