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 hashes)