| Server IP : 162.19.112.25 / Your IP : 216.73.217.36 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/ |
Upload File : |
U
��Re� � @ s d Z dgZdd� Zdd� ZdS )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 dd� t D �S )Nc S s i | ]
}|g �qS � r )�.0�eventr r ��/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el9.x86_64/opt/alt/python38/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 |pi }|� | �}|rHt|d�r&|g}|D ]}||f|�}|dk r*|}q*|S )z6Dispatches a hook dictionary on a given piece of data.�__call__N)�get�hasattr)�key�hooks� hook_data�kwargs�hook�
_hook_datar r r �
dispatch_hook s
r N)�__doc__r r r r r r r �<module> s