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

Public Member Functions

None __init__ (self, _utils.time_unit_type start=0, _utils.time_unit_type increment=100, _utils.time_unit_type max=_utils.MAX_WAIT)
 
float __call__ (self, "RetryCallState" retry_state)
 
- Public Member Functions inherited from pip._vendor.tenacity.wait.wait_base
"wait_combine" __add__ (self, "wait_base" other)
 
typing.Union["wait_combine", "wait_base"] __radd__ (self, "wait_base" other)
 

Public Attributes

 start
 
 increment
 
 max
 

Detailed Description

Wait an incremental amount of time after each attempt.

Starting at a starting value and incrementing by a value for each attempt
(and restricting the upper limit to some maximum value).

Member Function Documentation

◆ __call__()

float pip._vendor.tenacity.wait.wait_incrementing.__call__ (   self,
"RetryCallState"  retry_state 
)

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