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

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)

Generated by Epydoc 2.1 on Mon Aug 27 16:12:09 2007 http://epydoc.sf.net