Package Bio :: Package config :: Module _support :: Class make_rate_limited_function
[hide private]
[frames] | no frames]

Class make_rate_limited_function

source code

make_rate_limited_function(function, delay) -> callable object

Create a version of function that does not run more often than once every delay seconds.

Instance Methods [hide private]
callable object
__init__(function, delay) source code
 
__call__(self, *args, **keywds) source code