Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.tenacity.Future Class Reference
Inheritance diagram for pip._vendor.tenacity.Future:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.tenacity.Future:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, int attempt_number)
 
bool failed (self)
 
"Future" construct (cls, int attempt_number, t.Any value, bool has_exception)
 

Public Attributes

 attempt_number
 

Detailed Description

Encapsulates a (future or past) attempted call to a target function.

Member Function Documentation

◆ construct()

"Future" pip._vendor.tenacity.Future.construct (   cls,
int  attempt_number,
t.Any  value,
bool  has_exception 
)
Construct a new Future object.

◆ failed()

bool pip._vendor.tenacity.Future.failed (   self)
Return whether a exception is being held in this future.

The documentation for this class was generated from the following file: