Reed Bell
Results
1
issues of
Reed Bell
Adds support for `yields` and `sends`-like fields to python docstrings. This is a nice feature to have when adding doctrings for [Generator/Iterator](https://docs.python.org/3/library/typing.html#typing.Generator) type functions where you typically document `yields`+`sends` instead...