o
    Df+                     @   sj  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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mZ ddlmZ g dZddl m!Z! e!e"Z#[!dd  Z$d!S )"aK  
``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``).

``numpy.lib``'s private submodules contain basic functions that are used by
other public modules and are useful to have in the main name-space.

   )array_utils)
introspect)mixins)npyio)scimath)stride_tricks)_type_check_impl)_index_tricks_impl)_nanfunctions_impl)_function_base_impl)_stride_tricks_impl)_shape_base_impl)_twodim_base_impl)_ufunclike_impl)_histograms_impl)_utils_impl)_arraysetops_impl)_polynomial_impl)_npyio_impl)_arrayterator_impl)_arraypad_impl)_version)Arrayterator)NumpyVersion    )add_docstringtracemalloc_domain)
add_newdoc)r   r   r   r   r   r   r   r   r   r   r   )PytestTesterc                 C   st   dd l }dd l}| dkr|jdtdd |S | dkrtd| dv r*td	|  d
| dkr2tdtdt| )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`   )
stacklevelemathznumpy.lib.emath was an alias for emath module that was removed in NumPy 2.0. Replace usages of numpy.lib.emath with numpy.emath.)
histograms
type_checknanfunctionsfunction_basearraypadarraysetops	ufunclikeutilstwodim_base
shape_base
polynomialindex_tricksz
numpy.lib.z is now private. If you are using a public function, it should be available in the main numpy namespace, otherwise check the NumPy 2.0 migration guide.arrayteratorzinumpy.lib.arrayterator submodule is now private. To access Arrayterator class use numpy.lib.Arrayterator.z!module {!r} has no attribute {!r})r   warningswarnDeprecationWarningAttributeErrorformat__name__)attrr   r0    r7   K/home/ubuntu/webapp/venv/lib/python3.10/site-packages/numpy/lib/__init__.py__getattr__7   s.   
r9   N)%__doc__ r   r   r   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   numpy._core._multiarray_umathr   r   numpy._core.function_baser   __all__numpy._pytesttesterr   r5   testr9   r7   r7   r7   r8   <module>   s@    