✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy//dtypes.py
"""
DType classes and utility (:mod:`numpy.dtypes`)
===============================================

This module is home to specific dtypes related functionality and their classes.
For more general information about dtypes, also see `numpy.dtype` and
:ref:`arrays.dtypes`.

Similar to the builtin ``types`` module, this submodule defines types (classes)
that are not widely used directly.

.. versionadded:: NumPy 1.25

    The dtypes module is new in NumPy 1.25.  Previously DType classes were
    only accessible indirectly.


DType classes
-------------

The following are the classes of the corresponding NumPy dtype instances and
NumPy scalar types.  The classes can be used in ``isinstance`` checks and can
also be instantiated or used directly.  Direct use of these classes is not
typical, since their scalar counterparts (e.g. ``np.float64``) or strings
like ``"float64"`` can be used.

.. list-table::
    :header-rows: 1

    * - Group
      - DType class

    * - Boolean
      - ``BoolDType``

    * - Bit-sized integers
      - ``Int8DType``, ``UInt8DType``, ``Int16DType``, ``UInt16DType``,
        ``Int32DType``, ``UInt32DType``, ``Int64DType``, ``UInt64DType``

    * - C-named integers (may be aliases)
      - ``ByteDType``, ``UByteDType``, ``ShortDType``, ``UShortDType``,
        ``IntDType``, ``UIntDType``, ``LongDType``, ``ULongDType``,
        ``LongLongDType``, ``ULongLongDType``

    * - Floating point
      - ``Float16DType``, ``Float32DType``, ``Float64DType``,
        ``LongDoubleDType``

    * - Complex
      - ``Complex64DType``, ``Complex128DType``, ``CLongDoubleDType``

    * - Strings
      - ``BytesDType``, ``BytesDType``

    * - Times
      - ``DateTime64DType``, ``TimeDelta64DType``

    * - Others
      - ``ObjectDType``, ``VoidDType``

"""

__all__ = []


def _add_dtype_helper(DType, alias):
    # Function to add DTypes a bit more conveniently without channeling them
    # through `numpy.core._multiarray_umath` namespace or similar.
    from numpy import dtypes

    setattr(dtypes, DType.__name__, DType)
    __all__.append(DType.__name__)

    if alias:
        alias = alias.removeprefix("numpy.dtypes.")
        setattr(dtypes, alias, DType)
        __all__.append(alias)


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jun 2026 5.03 AM
root / root
0755
__pycache__
--
11 Feb 2026 6.01 AM
root / root
0755
_pyinstaller
--
11 Feb 2026 6.01 AM
root / root
0755
_typing
--
11 Feb 2026 6.01 AM
root / root
0755
_utils
--
11 Feb 2026 6.01 AM
root / root
0755
array_api
--
11 Feb 2026 6.01 AM
root / root
0755
compat
--
11 Feb 2026 6.01 AM
root / root
0755
core
--
11 Feb 2026 6.01 AM
root / root
0755
distutils
--
11 Feb 2026 6.01 AM
root / root
0755
doc
--
11 Feb 2026 6.01 AM
root / root
0755
f2py
--
11 Feb 2026 6.01 AM
root / root
0755
fft
--
11 Feb 2026 6.01 AM
root / root
0755
lib
--
11 Feb 2026 6.01 AM
root / root
0755
linalg
--
11 Feb 2026 6.01 AM
root / root
0755
ma
--
11 Feb 2026 6.01 AM
root / root
0755
matrixlib
--
11 Feb 2026 6.01 AM
root / root
0755
polynomial
--
11 Feb 2026 6.01 AM
root / root
0755
random
--
11 Feb 2026 6.01 AM
root / root
0755
testing
--
11 Feb 2026 6.01 AM
root / root
0755
tests
--
11 Feb 2026 6.01 AM
root / root
0755
typing
--
11 Feb 2026 6.01 AM
root / root
0755
LICENSE.txt
44.621 KB
20 Jan 2026 1.01 PM
root / root
0644
__config__.py
5.022 KB
20 Jan 2026 1.01 PM
root / root
0644
__init__.cython-30.pxd
35.814 KB
20 Jan 2026 1.01 PM
root / root
0644
__init__.pxd
34.222 KB
20 Jan 2026 1.01 PM
root / root
0644
__init__.py
16.099 KB
20 Jan 2026 1.01 PM
root / root
0644
__init__.pyi
150.111 KB
20 Jan 2026 1.01 PM
root / root
0644
_distributor_init.py
0.323 KB
20 Jan 2026 1.01 PM
root / root
0644
_globals.py
3.021 KB
20 Jan 2026 1.01 PM
root / root
0644
_pytesttester.py
6.512 KB
20 Jan 2026 1.01 PM
root / root
0644
_pytesttester.pyi
0.478 KB
20 Jan 2026 1.01 PM
root / root
0644
_version.py
0.486 KB
20 Jan 2026 1.01 PM
root / root
0644
conftest.py
4.515 KB
20 Jan 2026 1.01 PM
root / root
0644
ctypeslib.py
16.843 KB
20 Jan 2026 1.01 PM
root / root
0644
ctypeslib.pyi
7.785 KB
20 Jan 2026 1.01 PM
root / root
0644
dtypes.py
2.177 KB
20 Jan 2026 1.01 PM
root / root
0644
dtypes.pyi
1.284 KB
20 Jan 2026 1.01 PM
root / root
0644
exceptions.py
7.167 KB
20 Jan 2026 1.01 PM
root / root
0644
exceptions.pyi
0.586 KB
20 Jan 2026 1.01 PM
root / root
0644
matlib.py
10.22 KB
20 Jan 2026 1.01 PM
root / root
0644
py.typed
0 KB
20 Jan 2026 1.01 PM
root / root
0644
setup.py
1.11 KB
20 Jan 2026 1.01 PM
root / root
0644
version.py
0.608 KB
20 Jan 2026 1.01 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF