numpy.core.numerictypes._typedict
numpy
core
numerictypes
_typedict
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.
__getitem__
Undocumented