PHP 8.2.30
Preview: __init__.py Size: 2.70 KB
/opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/lib/__init__.py

"""
**Note:** almost all functions in the ``numpy.lib`` namespace
are also present in the main ``numpy`` namespace.  Please use the
functions as ``np.<funcname>`` where possible.

``numpy.lib`` is mostly a space for implementing functions that don't
belong in core or in another NumPy submodule with a clear purpose
(e.g. ``random``, ``fft``, ``linalg``, ``ma``).

Most contains basic functions that are used by several submodules and are
useful to have in the main name-space.

"""

from numpy.version import version as __version__

# Public submodules
# Note: recfunctions and (maybe) format are public too, but not imported
from . import mixins
from . import scimath as emath

# Private submodules
# load module names. See https://github.com/networkx/networkx/issues/5838
from . import type_check
from . import index_tricks
from . import function_base
from . import nanfunctions
from . import shape_base
from . import stride_tricks
from . import twodim_base
from . import ufunclike
from . import histograms
from . import polynomial
from . import utils
from . import arraysetops
from . import npyio
from . import arrayterator
from . import arraypad
from . import _version

from .type_check import *
from .index_tricks import *
from .function_base import *
from .nanfunctions import *
from .shape_base import *
from .stride_tricks import *
from .twodim_base import *
from .ufunclike import *
from .histograms import *

from .polynomial import *
from .utils import *
from .arraysetops import *
from .npyio import *
from .arrayterator import Arrayterator
from .arraypad import *
from ._version import *
from numpy.core._multiarray_umath import tracemalloc_domain

__all__ = ['emath', 'tracemalloc_domain', 'Arrayterator']
__all__ += type_check.__all__
__all__ += index_tricks.__all__
__all__ += function_base.__all__
__all__ += shape_base.__all__
__all__ += stride_tricks.__all__
__all__ += twodim_base.__all__
__all__ += ufunclike.__all__
__all__ += arraypad.__all__
__all__ += polynomial.__all__
__all__ += utils.__all__
__all__ += arraysetops.__all__
__all__ += npyio.__all__
__all__ += nanfunctions.__all__
__all__ += histograms.__all__

from numpy._pytesttester import PytestTester
test = PytestTester(__name__)
del PytestTester

def __getattr__(attr):
    # Warn for reprecated attributes
    import math
    import warnings

    if attr == 'math':
        warnings.warn(
            "`np.lib.math` is a deprecated alias for the standard library "
            "`math` module (Deprecated Numpy 1.25). Replace usages of "
            "`numpy.lib.math` with `math`", DeprecationWarning, stacklevel=2)
        return math
    else:
        raise AttributeError("module {!r} has no attribute "
                             "{!r}".format(__name__, attr))
        

Directory Contents

Dirs: 2 × Files: 45

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:07:28
Edit Download
31.06 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.69 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
32.87 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.14 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.90 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.50 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
33.95 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
748 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
184.67 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
16.20 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
36.81 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
995 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
30.61 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.15 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.91 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.04 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
64.23 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
606 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
95.04 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
9.50 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
43.10 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.79 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
58.03 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
14.68 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.82 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
405 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
38.03 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.06 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
17.49 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.71 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
32.17 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.24 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
19.49 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.44 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.18 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.26 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
7.54 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
36.92 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.30 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
22.10 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
30.14 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.74 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
633 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.70 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.46 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).