module documentation

Undocumented

Class _DTypeDict Undocumented
Class _DTypeDictBase Undocumented
Class _SupportsDType Undocumented
Type Variable _DType_co Undocumented
Type Variable _SCT Undocumented
Type Alias _DTypeLike Undocumented
Type Alias _DTypeLikeBool Undocumented
Type Alias _DTypeLikeBytes Undocumented
Type Alias _DTypeLikeComplex Undocumented
Type Alias _DTypeLikeComplex_co Undocumented
Type Alias _DTypeLikeDT64 Undocumented
Type Alias _DTypeLikeFloat Undocumented
Type Alias _DTypeLikeInt Undocumented
Type Alias _DTypeLikeObject Undocumented
Type Alias _DTypeLikeStr Undocumented
Type Alias _DTypeLikeTD64 Undocumented
Type Alias _DTypeLikeUInt Undocumented
Type Alias _DTypeLikeVoid Undocumented
Type Alias _VoidDTypeLike Undocumented
_DType_co = (source)

Undocumented

Value
TypeVar('_DType_co',
        covariant=True, bound=DType[Any])

Undocumented

Value
TypeVar('_SCT',
        bound=np.generic)
_DTypeLike = (source)

Undocumented

Value
Union['np.dtype[_SCT]', Type[_SCT], _SupportsDType['np.dtype[_SCT]']]
_DTypeLikeBool = (source)

Undocumented

Value
Union[Type[bool],
      Type[np.bool_],
      DType[np.bool_],
      _SupportsDType[DType[np.bool_]],
      _BoolCodes]
_DTypeLikeBytes = (source)

Undocumented

Value
Union[Type[bytes],
      Type[np.bytes_],
      DType[np.bytes_],
      _SupportsDType[DType[np.bytes_]],
      _BytesCodes]
_DTypeLikeComplex = (source)

Undocumented

Value
Union[Type[complex],
      Type[np.complexfloating],
      DType[np.complexfloating],
      _SupportsDType[DType[np.complexfloating]],
      _Complex64Codes,
      _Complex128Codes,
      _CSingleCodes,
...
_DTypeLikeDT64 = (source)

Undocumented

Value
Union[Type[np.timedelta64],
      DType[np.timedelta64],
      _SupportsDType[DType[np.timedelta64]],
      _TD64Codes]
_DTypeLikeFloat = (source)

Undocumented

Value
Union[Type[float],
      Type[np.floating],
      DType[np.floating],
      _SupportsDType[DType[np.floating]],
      _Float16Codes,
      _Float32Codes,
      _Float64Codes,
...
_DTypeLikeInt = (source)

Undocumented

Value
Union[Type[int],
      Type[np.signedinteger],
      DType[np.signedinteger],
      _SupportsDType[DType[np.signedinteger]],
      _Int8Codes,
      _Int16Codes,
      _Int32Codes,
...
_DTypeLikeObject = (source)

Undocumented

Value
Union[type, DType[np.object_], _SupportsDType[DType[np.object_]], _ObjectCodes]
_DTypeLikeStr = (source)

Undocumented

Value
Union[Type[str], Type[np.str_], DType[np.str_], _SupportsDType[DType[np.str_]], _StrCodes
]
_DTypeLikeTD64 = (source)

Undocumented

Value
Union[Type[np.datetime64],
      DType[np.datetime64],
      _SupportsDType[DType[np.datetime64]],
      _DT64Codes]
_DTypeLikeUInt = (source)

Undocumented

Value
Union[Type[np.unsignedinteger],
      DType[np.unsignedinteger],
      _SupportsDType[DType[np.unsignedinteger]],
      _UInt8Codes,
      _UInt16Codes,
      _UInt32Codes,
      _UInt64Codes,
...
_DTypeLikeVoid = (source)

Undocumented

Value
Union[Type[np.void],
      DType[np.void],
      _SupportsDType[DType[np.void]],
      _VoidCodes,
      _VoidDTypeLike]