autodocsumm icon indicating copy to clipboard operation
autodocsumm copied to clipboard

Exception attribute 'args' not shown in attribute summary table

Open andy-maier opened this issue 4 years ago • 0 comments

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.

andy-maier avatar Apr 18 '21 09:04 andy-maier