__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import IdentityFunction
from collections.abc import Callable, Sequence
from logging import Logger
from typing import Any, TypeVar
_R = TypeVar("_R")
logging_logger: Logger
def retry_call(
f: Callable[..., _R],
fargs: Sequence[Any] | None = None,
fkwargs: dict[str, Any] | None = None,
exceptions: type[Exception] | tuple[type[Exception], ...] = ...,
tries: int = -1,
delay: float = 0,
max_delay: float | None = None,
backoff: float = 1,
jitter: tuple[float, float] | float = 0,
logger: Logger | None = ...,
) -> _R: ...
def retry(
exceptions: type[Exception] | tuple[type[Exception], ...] = ...,
tries: int = -1,
delay: float = 0,
max_delay: float | None = None,
backoff: float = 1,
jitter: tuple[float, float] | float = 0,
logger: Logger | None = ...,
) -> IdentityFunction: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 32 B | 0644 |
|
| api.pyi | File | 866 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|