a
    h0                  
   @   sd  d Z ddlZddlmZ zddlmZ W n2 e	yZ Z
 zdZe	ee
W Y dZ
[
n
dZ
[
0 0 ddlmZ ddlmZ [dd	lmZ d
ZdZeeeek seeeekrddlZejde de de dedd [zddlmZ W n4 e	y$ Z
 zdZe	ee
W Y dZ
[
n
dZ
[
0 0 ddlmZ eeZ[g dZeg d Z dd Z!dd Z"dS )a  
SciPy: A scientific computing package for Python
================================================

Documentation is available in the docstrings and
online at https://docs.scipy.org.

Subpackages
-----------
Using any of these subpackages requires an explicit import. For example,
``import scipy.cluster``.

::

 cluster                      --- Vector Quantization / Kmeans
 constants                    --- Physical and mathematical constants and units
 datasets                     --- Dataset methods
 fft                          --- Discrete Fourier transforms
 fftpack                      --- Legacy discrete Fourier transforms
 integrate                    --- Integration routines
 interpolate                  --- Interpolation Tools
 io                           --- Data input and output
 linalg                       --- Linear algebra routines
 misc                         --- Utilities that don't have another home.
 ndimage                      --- N-D image package
 odr                          --- Orthogonal Distance Regression
 optimize                     --- Optimization Tools
 signal                       --- Signal Processing Tools
 sparse                       --- Sparse Matrices
 spatial                      --- Spatial data structures and algorithms
 special                      --- Special functions
 stats                        --- Statistical Functions

Public API in the main SciPy namespace
--------------------------------------
::

 __version__       --- SciPy version string
 LowLevelCallable  --- Low-level callback function
 show_config       --- Show scipy build configuration
 test              --- Run scipy unittests

    N)__version__)showzError importing SciPy: you cannot import SciPy while
    being in scipy source directory; please exit the SciPy source
    tree first and relaunch your Python interpreter.)version   )_distributor_init)_pep440z1.22.4z2.3.0zA NumPy version >=z and <z9 is required for this version of SciPy (detected version )   )
stacklevel)LowLevelCallablezvThe `scipy` install you are using seems to be broken, (extension modules cannot be imported), please try reinstalling.)PytestTester)Zcluster	constantsZdatasetsZfftZfftpackZ	integrateZinterpolateioZlinalgmiscZndimageZodroptimizesignalsparseZspatialZspecialstats)r   testshow_configr   c                   C   s   t S )N)__all__ r   r   J/var/www/html/assistant/venv/lib/python3.9/site-packages/scipy/__init__.py__dir__   s    r   c                 C   sL   | t v rtd|  S zt |  W S  tyF   td|  dY n0 d S )Nzscipy.z!Module 'scipy' has no attribute '')
submodules
_importlibimport_moduleglobalsKeyErrorAttributeError)namer   r   r   __getattr__   s    
r"   )#__doc__	importlibr   numpyr   Z__numpy_version__Zscipy.__config__r   r   ImportErroremsgZscipy.versionr    r   Z
scipy._libr   Znp_minversionZnp_maxversionparseVersionwarningswarnUserWarningZscipy._lib._ccallbackr   Zscipy._lib._testutilsr   __name__r   r   r   r   r"   r   r   r   r   <module>   sF   ,  