When I use the type
statement introduced in Python 3.12, the docstring does not show. However, when I drop this the docstring shows up. Seems like a bug:
foo = list[str]
"""This docstring shows up."""
type bar = list[str]
"""This docstring does not show up."""
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too