o
    4Bi                     @   s0   d dl mZ d dlZg dZdd Zdd ZdS )    )import_moduleN)	docformatinherit_docstring_fromindentcount_linesfilldocunindent_dictunindent_stringextend_notes_in_docstringreplace_notes_in_docstringc                   C   s   t S )N)__all__ r   r   Q/var/www/html/Trade-python/venv/lib/python3.10/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yF } z|d }~ww )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
   