Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.tenacity.RetryCallState Class Reference

Public Member Functions

None __init__ (self, BaseRetrying retry_object, t.Optional[WrappedFn] fn, t.Any args, t.Any kwargs)
 
t.Optional[float] seconds_since_start (self)
 
None prepare_for_next_attempt (self)
 
None set_result (self, t.Any val)
 
None set_exception (self, t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"] exc_info)
 
str __repr__ (self)
 

Public Attributes

 start_time
 
 retry_object
 
 fn
 
 args
 
 kwargs
 
 outcome
 
 outcome_timestamp
 
 next_action
 

Detailed Description

State related to a single call wrapped with Retrying.

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