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

Public Member Functions

None __init__ (self, typing.Optional[str] message=None, typing.Optional[str] match=None)
 
- 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)
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.tenacity.retry.retry_if_exception
 predicate
 

Detailed Description

Retries if an exception message equals or matches.

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.tenacity.retry.retry_if_exception_message.__init__ (   self,
typing.Optional[str]   message = None,
typing.Optional[str]   match = None 
)

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