a
    Xg
                     @   s"  d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 dd	lm
Z
 dd
lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlT ddlT ddlT ddlT ddl	T ddl
T ddlT ddlT ddlT ddlT ddlT ddlT ddlT ddlmZ ddlT ddlT ddlmZ g dZeej7 Zeej7 Zeej7 Zee	j7 Zee
j7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 ZddlmZ eeZ[dd ZdS )a  
**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.

   )mixins)scimath)
type_check)index_tricks)function_base)nanfunctions)
shape_base)stride_tricks)twodim_base)	ufunclike)
histograms)
polynomial)utils)arraysetops)npyio)arrayterator)arraypad)_version)*)Arrayterator    )tracemalloc_domain)emathr   r   )PytestTesterc                 C   s@   dd l }dd l}| dkr,|jdtdd |S tdt| d S )Nr   mathz`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`   )
stacklevelz!module {!r} has no attribute {!r})r   warningswarnDeprecationWarningAttributeErrorformat__name__)attrr   r    r$   `/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/numpy/lib/__init__.py__getattr__N   s    r&   N)__doc__ r   r   r   r   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   Znumpy.core._multiarray_umathr   __all__Znumpy._pytesttesterr   r"   testr&   r$   r$   r$   r%   <module>   sl   













