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

Public Member Functions

str __repr__ (self)
 
str __str__ (self)
 

Static Public Attributes

tuple REPR_FIELDS = ()
 
NAME = None
 

Detailed Description

Base class for representing actions to take by retry object.

Concrete implementations must define:
- __init__: to initialize all necessary fields
- REPR_FIELDS: class variable specifying attributes to include in repr(self)
- NAME: for identification in retry object methods and callbacks

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