
    tKg                         d Z ddl ddlmZ ddlZddlmZmZ ej                  Zg dZd Zd	 Z	[dd
l
mZ  ee      Z[y)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)ascentfaceelectrocardiogramc                      t         S )N)__all__     W/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/scipy/misc/__init__.py__dir__r   '   s    Nr   c                     | t         vrt        d|  d      | t        v rd|  d}nd|  d}t        j                  |t
        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msgs     r   __getattr__r   +   s|    7<fA 	 004v 6@@
 dV $D D MM# 2qA4=r   )PytestTester)__doc__r    r   r   r   r   r   r   r   scipy._lib._testutilsr   __name__testr   r   r   <module>r%      sG   4    
//9(  .Hr   