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
An iterable, list-type class that auto-expires it's members. The original use for this is to support an error retry loop that must abort if there are too many errors in a short time period. Written in python.