{}Snippt
ExploreTags
New

Tags

Browse snippets grouped by topic.

react3utils3hooks2typescript2bash1database1go1http1linux1python1sql1

#python

Python retry decorator

Anonymousยท4d ago

Python
import time
from functools import wraps

def retry(times=3, delay=0.5):
9900#python #utils
{}SnipptShare code, instantly.
ExploreTagsNew snippetSearch