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


Public Member Functions | |
| None | __init__ (self, typing.Union[typing.Type[BaseException], typing.Tuple[typing.Type[BaseException],...],] exception_types=Exception) |
Public Member Functions inherited from pip._vendor.tenacity.retry.retry_if_exception | |
| 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 | |
| exception_types | |
Public Attributes inherited from pip._vendor.tenacity.retry.retry_if_exception | |
| predicate | |
Retries if an exception has been raised of one or more types.
| None pip._vendor.tenacity.retry.retry_if_exception_type.__init__ | ( | self, | |
| typing.Union[ typing.Type[BaseException], typing.Tuple[typing.Type[BaseException], ...], ] | exception_types = Exception |
||
| ) |
Reimplemented from pip._vendor.tenacity.retry.retry_if_exception.