QvWa V d dl Z d dlZej rd dlZdeddfdZ G d d ZdS ) Nsecondsreturnc . t j | dS )z Sleep strategy that delays execution for a given number of seconds. This is the default strategy, and may be mocked out for unit testing. N)timesleep)r s /builddir/build/BUILDROOT/alt-python311-pip-21.3.1-4.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.pyr r s Jw c @ e Zd ZdZd dZdej e ddfdZdS ) sleep_using_eventz0Sleep strategy that waits on an event to be set.eventthreading.Eventr Nc || _ d S )N)r )selfr s r __init__zsleep_using_event.__init__% s r timeoutc <