← Back
Editing: deprecation.cpython-311.pyc
� d�ch � �F � d dl Z d dlZdgZdd�Z G d� d� � Zd d�ZdS ) � N�_deprecated� c � � �� � �fd�}|S )z2Deprecate a function by emitting a warning on use.c �� �� � t � t � � r1t j d� � � � t d�� � � S t j � � � � ��fd�� � }� j |_ |S )NzTrying to deprecate class {!r}r ��category� stacklevelc �L �� t j �t ��� � �| i |��S )Nr )�warnings�warn�DeprecationWarning)�args�kwargs�fun�msgr s ����8/usr/lib/python3/dist-packages/scipy/_lib/deprecation.py�callz'_deprecated.<locals>.wrap.<locals>.call s9 �� ��M�#�(:�%/� 1� 1� 1� 1��3��'��'�'�'� ) � isinstance�typer r �format�RuntimeWarning� functools�wraps�__doc__)r r r r s ` ��r �wrapz_deprecated.<locals>.wrap s� ��� ��c�4� � � ��M�0�7�7��<�<�'�A� 7� 7� 7� 7� �J� ��� � � (� (� (� (� (� (� � � (� �{����r � )r r r s `` r r r s) ��� � � � � � � � �Kr c �$ � e Zd ZdZd� Zd� Zd� ZdS )�_DeprecationHelperStrz3 Helper class used by deprecate_cython_api c �"