AllType

class astropy.io.ascii.AllType[ソース]

ベースクラス: astropy.io.ascii.core.StrType, astropy.io.ascii.core.FloatType, astropy.io.ascii.core.IntType

他のすべてのデータタイプのサブクラス。

This type is returned by convert_numpy if the given numpy type does not match StrType, FloatType, or IntType.