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
… even having docstring
To avoid filtering __slots__ attributes having docstring at
filter_members(), this passes docstring captured at get_class_members()
to the filter_members() via ObjectMember.
Describe the bug
autodoc: a slots attribute is not documented even having docstring
To Reproduce
Note: The document for
Foo.attr
is generated when I give:undoc-members:
option.Expected behavior
It is documented.
Your project
No.
Screenshots
No
Environment info
Additional context
No
The text was updated successfully, but these errors were encountered: