U
    Hvf                     @   sl   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ddd	g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doccerZascentfaceZelectrocardiogramc                   C   s   t S )N)__all__ r	   r	   7/tmp/pip-unpacked-wheel-96ln3f52/scipy/misc/__init__.py__dir__'   s    r   c                 C   sR   | t krtd|  d| tk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   
