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


Public Member Functions | |
| None | __init__ (self, typing.Optional[str] message=None, typing.Optional[str] match=None) |
| bool | __call__ (self, "RetryCallState" retry_state) |
Public Member Functions inherited from pip._vendor.tenacity.retry.retry_base | |
| "retry_all" | __and__ (self, "retry_base" other) |
| "retry_any" | __or__ (self, "retry_base" other) |
Public Attributes | |
| predicate | |
Public Attributes inherited from pip._vendor.tenacity.retry.retry_if_exception | |
| predicate | |
Retries until an exception message equals or matches.
| None pip._vendor.tenacity.retry.retry_if_not_exception_message.__init__ | ( | self, | |
| typing.Optional[str] | message = None, |
||
| typing.Optional[str] | match = None |
||
| ) |
Reimplemented from pip._vendor.tenacity.retry.retry_if_exception_message.
| bool pip._vendor.tenacity.retry.retry_if_not_exception_message.__call__ | ( | self, | |
| "RetryCallState" | retry_state | ||
| ) |
Reimplemented from pip._vendor.tenacity.retry.retry_if_exception.