| Trees | Index | Help |
|---|
| Package Bio :: Package config :: Module _support :: Class make_rate_limited_function |
|
make_rate_limited_function(function, delay) -> callable object
Create a version of function that does not run more often than once every delay seconds.| Method Summary | |
|---|---|
__init__(self,
function,
delay)
| |
__call__(self,
*args,
**keywds)
| |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Aug 10 20:01:08 2006 | http://epydoc.sf.net |