3
eb                 @   s0   d dl Zd dlZG dd dZG dd dZdS )    Nc                   s*   e Zd Zejejdd fddZ  ZS )CommonRequestDescriptorsMixinN)argskwargsreturnc                s"   t jdtdd t j|| d S )Nz'CommonRequestDescriptorsMixin' is deprecated and will be removed in Werkzeug 2.1. 'Request' now includes the functionality directly.   )
stacklevel)warningswarnDeprecationWarningsuper__init__)selfr   r   )	__class__ H/tmp/pip-build-3irwxpxt/Werkzeug/werkzeug/wrappers/common_descriptors.pyr      s
    z&CommonRequestDescriptorsMixin.__init__)__name__
__module____qualname__tAnyr   __classcell__r   r   )r   r   r      s   r   c                   s*   e Zd Zejejdd fddZ  ZS )CommonResponseDescriptorsMixinN)r   r   r   c                s"   t jdtdd t j|| d S )Nz'CommonResponseDescriptorsMixin' is deprecated and will be removed in Werkzeug 2.1. 'Response' now includes the functionality directly.r   )r   )r   r	   r
   r   r   )r   r   r   )r   r   r   r      s
    z'CommonResponseDescriptorsMixin.__init__)r   r   r   r   r   r   r   r   r   )r   r   r      s   r   )typingr   r   r   r   r   r   r   r   <module>   s   