
    xf                     ,    d dl Z d dlmZ g dZd Zd Zy)    N)doccer)	docformatinherit_docstring_fromindentcount_linesfilldocunindent_dictunindent_stringextend_notes_in_docstringreplace_notes_in_docstringc                      t         S )N)__all__     3/usr/lib/python3/dist-packages/scipy/misc/doccer.py__dir__r      s    Nr   c                     | t         vrt        d|  d      t        j                  dt        d       t        t        |       S )Nz5scipy.misc.doccer is deprecated and has no attribute .zTThe `scipy.misc.doccer` namespace is deprecated and will be removed in SciPy v2.0.0.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r   __getattr__r      sM    7CfA 	 MM 5-!= 64  r   )r   
scipy._libr   r   r   r   r   r   r   <module>r      s     
!r   