
    9=e                     .    d dl Z d dlmZ g dZd Zd ZdS )    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__     1lib/python3.11/site-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    	 M 5-!= = = = 64   r   )r   
scipy._libr   r   r   r   r   r   r   <module>r      s[              
! 
! 
! 
! 
!r   