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
Python 3.9 added the ability to generate per-attribute docstrings on attributes in slots that are parsed by inspect.getdoc() and help by passing a dict to __slots__.
Since attrs can create slots, it would be great if there was a mechanism to follow this behavior.
The text was updated successfully, but these errors were encountered:
Python 3.9 added the ability to generate per-attribute docstrings on attributes in slots that are parsed by
inspect.getdoc()
andhelp
by passing adict
to__slots__
.Since attrs can create slots, it would be great if there was a mechanism to follow this behavior.
The text was updated successfully, but these errors were encountered: