Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Exception attribute 'args' not shown in attribute summary table #49

Open andy-maier opened 3 years ago

andy-maier commented 3 years ago

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.