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
The standard Python Exception class exposes an args attribute, but that attribute is not included in the attribute summary table generated by autodocsumm.
The args attribute is in the list returned by dir(), and inspect.getmembers() returns it as well, so it is pretty officially there.