
    Kxh`                     t    d dl Z d dlmZ e j        r
d dlZd dlmZ ddZdd	d
ede j        dgdf         fdZ	dS )    N)_utils)RetryCallStateretry_stater   returnc                     dS )z'Before call strategy that does nothing.N )r   s    N/var/www/html/what/lib/python3.11/site-packages/pip/_vendor/tenacity/before.pybefore_nothingr
      s          loggerzlogging.Logger	log_levelc                      d fd}|S )z:Before call strategy that logs to some logger the attempt.r   r   r   Nc           	                               dt          j        | j                   dt          j        | j                   d           d S )NzStarting call to 'z', this is the z time calling it.)logr   get_callback_namefn
to_ordinalattempt_number)r   r   r   s    r	   log_itzbefore_log.<locals>.log_it"   sj    

\!9+.!I!I \ \!,[-GHH\ \ \	
 	
 	
 	
 	
r   r   r   r   Nr   )r   r   r   s   `` r	   
before_logr      s.    
 
 
 
 
 
 
 Mr   r   )
typingpip._vendor.tenacityr   TYPE_CHECKINGloggingr   r
   intCallabler   r   r   r	   <module>r      s   "  ' ' ' ' ' '	 4NNN3333332 2 2 2
' 
C 
FOM]L^`dLd<e 
 
 
 
 
 
r   