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.4.tar.gz
(4.9 kB
view details)
File details
Details for the file python-delay-0.4.tar.gz
.
File metadata
- Download URL: python-delay-0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2f691e0c17d99735ae04029eae7cab459503ccf12c302774c59f37aaad04862 |
|
MD5 | cb46789ae1a54307edc0c73b41c145f8 |
|
BLAKE2b-256 | f5a752109e90712231cbb8b8b5d9711b8101905a89acd843ae4df9b755d8e77b |