Python decorator to delay function calls
Project description
==============
python-delay
==============
Simple decorator stolen from stackoverflow to delay function calls.
http://stackoverflow.com/questions/3996083/how-can-i-call-a-function-with-delay-in-python
Usage
======
from delay import delayed
@delayed(10)
def foo():
print "wow"
python-delay
==============
Simple decorator stolen from stackoverflow to delay function calls.
http://stackoverflow.com/questions/3996083/how-can-i-call-a-function-with-delay-in-python
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.3.tar.gz
(4.9 kB
view details)
File details
Details for the file python-delay-0.3.tar.gz
.
File metadata
- Download URL: python-delay-0.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75459e62a693f197fb867e98b446184b7e68413c5674f91c58f7572089b410e7 |
|
MD5 | 573779e76fbeaef49ecd96e8003d2321 |
|
BLAKE2b-256 | 27b1da011b456c0a5e17a0a4599a66d9f8701ec67cd200fc932fdcca052ac66e |