标签: python function time timeout clock
在代码行之间或调用函数之间是否存在类似会话超时的问题?像这样:
threshold = 20 def afunction(input): start_session try: do_something... return x except SessionTimeOut: return y