Description |
func\_timeout Python module to support running any existing function with a
given timeout. Function Timeout func\_timeout -This is the function wherein you
pass the timeout, the function you want to call, and any arguments, and it runs
it for up to timeout seconds, and will return/raise anything the passed
function would otherwise return or raise. def func\_timeout(timeout, func,
args(),...
|