class documentation

class Info:

Constructor: Info(func)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Property attempt Undocumented
Property idempotency_key Undocumented
Property tags Undocumented
Property timeout Undocumented
Property version Undocumented
Instance Variable _func Undocumented
def __init__(self, func: Lfnc | Coro):

Undocumented

def __repr__(self) -> str:

Undocumented

@property
attempt: int =

Undocumented

@property
idempotency_key: str | None =

Undocumented

@property
tags: dict[str, str] | None =

Undocumented

@property
timeout: float =

Undocumented

@property
version: int =

Undocumented

_func =

Undocumented