Sindbad~EG File Manager

Current Path : /proc/2715199/root/usr/local/lib/python3.12/site-packages/numpy/_typing/
Upload File :
Current File : //proc/2715199/root/usr/local/lib/python3.12/site-packages/numpy/_typing/_nbit.py

"""A module with the precisions of platform-specific `~numpy.number`s."""

from typing import TypeAlias
from ._nbit_base import _8Bit, _16Bit, _32Bit, _64Bit, _96Bit, _128Bit


# To-be replaced with a `npt.NBitBase` subclass by numpy's mypy plugin
_NBitByte: TypeAlias = _8Bit
_NBitShort: TypeAlias = _16Bit
_NBitIntC: TypeAlias = _32Bit
_NBitIntP: TypeAlias = _32Bit | _64Bit
_NBitInt: TypeAlias = _NBitIntP
_NBitLong: TypeAlias = _32Bit | _64Bit
_NBitLongLong: TypeAlias = _64Bit

_NBitHalf: TypeAlias = _16Bit
_NBitSingle: TypeAlias = _32Bit
_NBitDouble: TypeAlias = _64Bit
_NBitLongDouble: TypeAlias = _64Bit | _96Bit | _128Bit

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists