:python: #Python help please:
How does one programmatically access docstrings 'attached' to dataclasses fields?
sphinx can do it, so it's possible, but I can't find how.
Any ideas?

:python: #Python help please:
How does one programmatically access docstrings 'attached' to dataclasses fields?
sphinx can do it, so it's possible, but I can't find how.
Any ideas?

maybe this can help you: