Python decorator to delay function calls
Project description
==============
python-delay
==============
Simple decorator stolen from stackoverflow to delay function calls.
Usage
======
from delay import delayed
@delayed(10)
def foo():
print "wow"
python-delay
==============
Simple decorator stolen from stackoverflow to delay function calls.
Usage
======
from delay import delayed
@delayed(10)
def foo():
print "wow"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-delay-0.1.tar.gz
(4.9 kB
view details)
File details
Details for the file python-delay-0.1.tar.gz
.
File metadata
- Download URL: python-delay-0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a12f8a4b213e0fa82900543bf1500c031fcee69cb375d7cf4024afbb6d776557 |
|
MD5 | 6c717f1d25666b363d973ba5f52029b7 |
|
BLAKE2b-256 | 3c41c79cb2eef7771a7209b0f38d6c64b07e89e7043949ded455f92f17829a4f |