AllType¶
-
class
astropy.io.ascii.AllType[source]¶ Bases:
astropy.io.ascii.StrType,astropy.io.ascii.FloatType,astropy.io.ascii.IntTypeSubclass of all other data types.
This type is returned by
convert_numpyif the given numpy type does not matchStrType,FloatType, orIntType.