All Classes and Interfaces

Class
Description
Class that represents a python dictionary.
DictItems is a class that represents a collection of key-value pairs.
DictKeys is a class that represents a collection of keys in a dictionary.
DictValues is a class that represents a collection of values in a dictionary.
KeyError is thrown when a key is not found in a dictionary.
NonHashableKey is thrown when a key is not hashable.
NonImmutableKey is thrown when a key is immutable.
Class for implementing a universal hash function.