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
Another suggestion was to wrap all methods of the decorated class, but it's too dangerous in my opinion (in particular because the wrapped function returns None on Exception by default).
The text was updated successfully, but these errors were encountered:
It may lead to unexpected behavior (see #621).
Another suggestion was to wrap all methods of the decorated class, but it's too dangerous in my opinion (in particular because the wrapped function returns
None
onException
by default).The text was updated successfully, but these errors were encountered: