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.
The text was updated successfully, but these errors were encountered:
The standard Python
Exception
class exposes anargs
attribute, but that attribute is not included in the attribute summary table generated by autodocsumm.The
args
attribute is in the list returned bydir()
, andinspect.getmembers()
returns it as well, so it is pretty officially there.The text was updated successfully, but these errors were encountered: