class documentation

class _typedict(dict): (source)

View In Hierarchy

Base object for a dictionary for look-up with any alias for an array dtype.

Instances of _typedict can not be used as dictionaries directly, first they have to be populated.

Method __getitem__ Undocumented
def __getitem__(self, obj): (source)

Undocumented