You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retry a given function a number of times. Catching any known exceptions when they are given. And retrurning any output to either a terminal or a log file.
130
+
Retry a given function a number of times. Catching any known exceptions when they are given. And returning any output to either a terminal or a log file.
131
131
132
132
!!! deprecation "Deprecated"
133
133
This function is deprecated. Please use the [`retry()`][func] decorator from the [`stamina`][docs] package instead.<br>
0 commit comments