![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, _utils.time_unit_type min=0, _utils.time_unit_type max=1) |
| 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 | |
| wait_random_min | |
| wait_random_max | |
Wait strategy that waits a random amount of time between min/max.
| float pip._vendor.tenacity.wait.wait_random.__call__ | ( | self, | |
| "RetryCallState" | retry_state | ||
| ) |
Reimplemented from pip._vendor.tenacity.wait.wait_base.