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