a
    BCCf                     @   s0   d dl mZ d dlZg dZdd Zdd ZdS )    )import_moduleN)Z	docformatZinherit_docstring_fromZindentcount_linesZfilldocZunindent_dictZunindent_stringZextend_notes_in_docstringZreplace_notes_in_docstringc                   C   s   t S )N)__all__ r   r   M/var/www/html/django/DPS/env/lib/python3.9/site-packages/scipy/misc/doccer.py__dir__   s    r   c              
   C   s   | t vrtd|  dttd| d }|d ur>d|  d}nd|  d|  d}tj|td	d
 zttd| W S  ty } z|W Y d }~n
d }~0 0 d S )Nz&`scipy.misc.doccer` has no attribute `zU`; furthermore, `scipy.misc.doccer` is deprecated and will be removed in SciPy 2.0.0.zscipy._lib.doccerzPlease import `z}` from the `scipy._lib.doccer` namespace; the `scipy.misc.doccer` namespace is deprecated and will be removed in SciPy 2.0.0.z`scipy.misc.doccer.zQ` is deprecated along with the `scipy.misc.doccer` namespace. `scipy.misc.doccer.zh` will be removed in SciPy 1.13.0, and the `scipy.misc.doccer` namespace will be removed in SciPy 2.0.0.   )category
stacklevel)r   AttributeErrorgetattrr   warningswarnDeprecationWarning)nameattrmessageer   r   r   __getattr__   s"    

r   )	importlibr   r   r   r   r   r   r   r   r   <module>   s   