skip to navigation
skip to content

decolib 0.0.1

Various python decorators

Downloads ↓

Various useful python decorators:
- retry(tries, delay=3, backoff=2)         Retries a function or method until it complite without exeptions         delay sets the initial delay, and backoff sets how much the delay should         lengthen after each failure. backoff must be greater than 1, or else it         isn't really a backoff. tries must be at least 0, and delay greater than 0

- memoized
Classic memoization. Function cache results, then return objects from cache for same argumets
 
File Type Py Version Uploaded on Size # downloads
decolib-0.0.1.tar.gz (md5) Source 2010-11-13 1KB 327