<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
a
    Ret                     @   sd   d dl Z d dlmZ e jr.d dlZd dlmZ dddddZdd	eee j	dgdf d
ddZ
dS )    N)_utils)RetryCallStater   retry_statereturnc                 C   s   dS )z'Before call strategy that does nothing.N )r   r   r   /builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/tenacity/before_sleep.pybefore_sleep_nothing   s    r	   Fzlogging.Logger)logger	log_levelexc_infor   c                    s   ddd fdd}|S )z:Before call strategy that logs to some logger the attempt.r   Nr   c                    s   | j jr@| j  }d|jj d|  }} r:| j  }qTd}nd| j   }}d}jdt| j	 d| j
j d| d| d		|d
 d S )Nraisedz: Freturnedz	Retrying z in z seconds as it  .)r   )outcomefailed	exception	__class____name__resultlogr   get_callback_namefnnext_actionsleep)r   exverbvaluelocal_exc_infor   r   r
   r   r   log_it&   s&    
z before_sleep_log.<locals>.log_itr   )r
   r   r   r!   r   r    r   before_sleep_log   s    r"   )F)typingpip._vendor.tenacityr   TYPE_CHECKINGloggingr   r	   intboolCallabler"   r   r   r   r   <module>   s    