2

Is there something like a session time out in python in between lines of code or in between calling a function? Something like this:

threshold = 20 def afunction(input): start_session try: do_something... return x except SessionTimeOut: return y 
1
  • 2
    a possible dup Commented Apr 7, 2013 at 21:08

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.