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
Python 3 has a direct(?) match of the InnerException property from .NET, namely the __cause__ property, which results in much nicer and more informative tracebacks.
The text was updated successfully, but these errors were encountered:
Python 3 has a direct(?) match of the
InnerException
property from .NET, namely the__cause__
property, which results in much nicer and more informative tracebacks.The text was updated successfully, but these errors were encountered: