a
    BCCf                     @   sj   d Z ddlT ddlmZ ddlZddlmZmZ ejZg dZdd	 Zd
d Z	[ddl
mZ eeZ[dS )a  
==========================================
Miscellaneous routines (:mod:`scipy.misc`)
==========================================

.. currentmodule:: scipy.misc

.. deprecated:: 1.10.0

   This module is deprecated and will be completely
   removed in SciPy v2.0.0.

Various utilities that don't have another home.

.. autosummary::
   :toctree: generated/

   ascent - Get example image for processing
   central_diff_weights - Weights for an n-point central mth derivative
   derivative - Find the nth derivative of a function at a point
   face - Get example image for processing
   electrocardiogram - Load an example of a 1-D signal

   )*)_common    N)commondoccer)ZascentZfaceZelectrocardiogramc                   C   s   t S )N)__all__ r   r   O/var/www/html/django/DPS/env/lib/python3.9/site-packages/scipy/misc/__init__.py__dir__'   s    r
   c                 C   sR   | t vrtd|  d| tv r.d|  d}nd|  d}tj|tdd t| S )	Nz.scipy.misc is deprecated and has no attribute .ztThe module `scipy.misc` is deprecated and will be completely removed in SciPy v2.0.0. All dataset methods including zA, must be imported directly from the new `scipy.datasets` module.zThe method `zV` from the `scipy.misc` namespace is deprecated, and will be removed in SciPy v1.12.0.   )category
stacklevel)r   AttributeErrordataset_methodswarningswarnDeprecationWarninggetattr)namemsgr   r   r	   __getattr__+   s    
r   )PytestTester)__doc__r    r   r   r   r   r   r
   r   Zscipy._lib._testutilsr   __name__testr   r   r   r	   <module>   s   