Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
proc
/
self
/
root
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
tenacity
/
__pycache__
[ HOME ]
Exec
Submit
File Name : nap.cpython-311.pyc
� �Reg � �V � d dl Z d dlZej rd dlZdeddfd�Z G d� d� � ZdS )� N�seconds�returnc �. � 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)�time�sleep)r s ��/builddir/build/BUILDROOT/alt-python311-pip-21.3.1-3.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.pyr r s � � �J�w������ c �@ � e Zd ZdZd d�Zdej e ddfd�ZdS ) �sleep_using_eventz0Sleep strategy that waits on an event to be set.�event�threading.Eventr Nc � � || _ d S )N)r )�selfr s r �__init__zsleep_using_event.__init__% s � ��� � � r �timeoutc �<