You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a question - is it possible to implement jump to some line? something like this https://stackoverflow.com/a/46274036/8324477
but without settrace (didn't tested it well, just heard many times that settrace is expensive).
My goal is to try to make some kind of retry that continues from a line where a error occurs (in try/except block)
The text was updated successfully, but these errors were encountered:
Just a question - is it possible to implement jump to some line? something like this https://stackoverflow.com/a/46274036/8324477
but without settrace (didn't tested it well, just heard many times that settrace is expensive).
My goal is to try to make some kind of
retry
that continues from a line where a error occurs (in try/except block)The text was updated successfully, but these errors were encountered: