python-docstring-mode icon indicating copy to clipboard operation
python-docstring-mode copied to clipboard

Add Generator docstring fields

Open utlandr opened this issue 1 year ago • 0 comments

Adds support for yields and sends-like fields to python docstrings.

This is a nice feature to have when adding doctrings for Generator/Iterator type functions where you typically document yields+sends instead of returns

utlandr avatar Feb 20 '24 10:02 utlandr