pub enum ArrayType {
PyBigArray_Type,
PyArray_Type,
PyArrayDescr_Type,
PyArrayFlags_Type,
PyArrayIter_Type,
PyArrayMultiIter_Type,
NPY_NUMUSERTYPES,
PyBoolArrType_Type,
_PyArrayScalar_BoolValues,
PyGenericArrType_Type,
PyNumberArrType_Type,
PyIntegerArrType_Type,
PySignedIntegerArrType_Type,
PyUnsignedIntegerArrType_Type,
PyInexactArrType_Type,
PyFloatingArrType_Type,
PyComplexFloatingArrType_Type,
PyFlexibleArrType_Type,
PyCharacterArrType_Type,
PyByteArrType_Type,
PyShortArrType_Type,
PyIntArrType_Type,
PyLongArrType_Type,
PyLongLongArrType_Type,
PyUByteArrType_Type,
PyUShortArrType_Type,
PyUIntArrType_Type,
PyULongArrType_Type,
PyULongLongArrType_Type,
PyFloatArrType_Type,
PyDoubleArrType_Type,
PyLongDoubleArrType_Type,
PyCFloatArrType_Type,
PyCDoubleArrType_Type,
PyCLongDoubleArrType_Type,
PyObjectArrType_Type,
PyStringArrType_Type,
PyUnicodeArrType_Type,
PyVoidArrType_Type,
}
Variants
PyBigArray_Type
PyArray_Type
PyArrayDescr_Type
PyArrayFlags_Type
PyArrayIter_Type
PyArrayMultiIter_Type
NPY_NUMUSERTYPES
PyBoolArrType_Type
_PyArrayScalar_BoolValues
PyGenericArrType_Type
PyNumberArrType_Type
PyIntegerArrType_Type
PySignedIntegerArrType_Type
PyUnsignedIntegerArrType_Type
PyInexactArrType_Type
PyFloatingArrType_Type
PyComplexFloatingArrType_Type
PyFlexibleArrType_Type
PyCharacterArrType_Type
PyByteArrType_Type
PyShortArrType_Type
PyIntArrType_Type
PyLongArrType_Type
PyLongLongArrType_Type
PyUByteArrType_Type
PyUShortArrType_Type
PyUIntArrType_Type
PyULongArrType_Type
PyULongLongArrType_Type
PyFloatArrType_Type
PyDoubleArrType_Type
PyLongDoubleArrType_Type
PyCFloatArrType_Type
PyCDoubleArrType_Type
PyCLongDoubleArrType_Type
PyObjectArrType_Type
PyStringArrType_Type
PyUnicodeArrType_Type
PyVoidArrType_Type