
     f                         d Z dgZd Z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                  $    d t           D             S )Nc                     i | ]}|g S  r   ).0events     ]/var/www/api.educacionweb.es/myenv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py
<dictcomp>z!default_hooks.<locals>.<dictcomp>   s    )))%E2)))    )HOOKSr   r
   r   default_hooksr      s    ))5))))r
   c                     |pi }|                     |           }|r%t          |d          r|g}|D ]} ||fi |}||}|S )z6Dispatches a hook dictionary on a given piece of data.__call__)gethasattr)keyhooks	hook_datakwargshook
_hook_datas         r   dispatch_hookr      ss    KREIIcNNE '5*%% 	GE 	' 	'Di22622J%&	r
   N)__doc__r   r   r   r   r
   r   <module>r      s@   
 
 
* * *    r
   