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

Public Member Functions

None __init__ (self, typing.Union[typing.Type[BaseException], typing.Tuple[typing.Type[BaseException],...],] exception_types=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_cause_types
 

Detailed Description

Retries if any of the causes of the raised exception is of one or more types.

The check on the type of the cause of the exception is done recursively (until finding
an exception in the chain that has no `__cause__`)

Member Function Documentation

◆ __call__()

bool pip._vendor.tenacity.retry.retry_if_exception_cause_type.__call__ (   self,
"RetryCallState"  retry_state 
)

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