Files
deb-python-retrying/AUTHORS.rst
cyrus durgin 6a55573d58 Adds two additional parameters to the Retrying() constructor:
_before_attempts
    _after_attempts

Each of these should be a reference to a function that takes a
single argument, attempt_number.

_before_attempts will be called before each attempt is run;
_after_attempts is run after any *unsuccessful* attempt.

Handy for logging status messages, etc in between attempts.
2015-09-10 15:57:35 -07:00

545 B

Retrying is written and maintained by Ray Holder and various contributors:

Development Lead

  • Ray Holder

Patches and Suggestions

  • Anthony McClosky
  • Jason Dunkelberger
  • Justin Turner Arthur
  • J Derek Wilson
  • Alex Kuang
  • Simon Dollé
  • Rees Dooley
  • Saul Shanabrook
  • Daniel Nephin
  • Simeon Visser
  • Joshua Harlow
  • Pierre-Yves Chibon
  • Haïkel Guémar
  • Thomas Goirand
  • James Page
  • Josh Marshall
  • Dougal Matthews
  • Monty Taylor
  • Maxym Shalenyi
  • Jonathan Herriott
  • Job Evers
  • Cyrus Durgin