class documentation

class _typedict(dict):

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):

Undocumented