Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andy-maier opened this issue Apr 18, 2021 · 0 comments
Open

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

andy-maier opened this issue Apr 18, 2021 · 0 comments

Comments

@andy-maier
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant