U
    …cUhÝ  ã                   @   s   d Z dgZdd„ Zdd„ ZdS )z±
requests.hooks
~~~~~~~~~~~~~~

This module provides the capabilities for the Requests hooks system.

Available hooks:

``response``:
    The response generated from a Request.
Úresponsec                   C   s   dd„ t D ƒS )Nc                 S   s   i | ]
}|g “qS © r   )Ú.0Úeventr   r   úZ/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pip/_vendor/requests/hooks.pyÚ
<dictcomp>   s      z!default_hooks.<locals>.<dictcomp>)ÚHOOKSr   r   r   r   Údefault_hooks   s    r   c                 K   sL   |pi }|  | ¡}|rHt|dƒr&|g}|D ]}||f|Ž}|dk	r*|}q*|S )z6Dispatches a hook dictionary on a given piece of data.Ú__call__N)ÚgetÚhasattr)ÚkeyÚhooksZ	hook_dataÚkwargsÚhookZ
_hook_datar   r   r   Údispatch_hook   s    

r   N)Ú__doc__r   r   r   r   r   r   r   Ú<module>   s   