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