a
    Lf+                     @   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   s~   dd l }dd l}| dkr,|jdtdd |S | dkr>tdn<| dv rXtd	|  d
n"| dkrjtdn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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.)Z
histogramsZ
type_checkZnanfunctionsZfunction_baseZarraypadZarraysetopsZ	ufunclikeutilsZtwodim_baseZ
shape_baseZ
polynomialZ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.Z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   r#    r*   K/var/www/ai-form-bot/venv/lib/python3.9/site-packages/numpy/lib/__init__.py__getattr__7   s.    
r,   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   Znumpy._core._multiarray_umathr   r   Znumpy._core.function_baser   __all__Znumpy._pytesttesterr   r(   testr,   r*   r*   r*   r+   <module>   s>   